#AB5DAF

Color #AB5DAF Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #AB5DAF

Tints of Violet Blue #AB5DAF

Color information

#AB5DAF (or 0xAB5DAF) is unknown color: approx Violet Blue. HEX triplet: AB, 5D and AF. RGB value is (171,93,175). Sum of RGB (Red+Green+Blue) = 171+93+175=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB5DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5DAF is #54A250. Grayscale: #7D7D7D. Windows color (decimal): -5546577 or 11492779. OLE color: 11492779.

HSL color Cylindrical-coordinate representation of color #AB5DAF: hue angle of 297.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5DAF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17193175-
CMYK0.020.4700.31
HSL297.07º33.88%52.55%-
HSV(B)297.07º46.86%68.63%-
XYZ28.4519.5842.84-
YUV125.67155.84160.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 93 (36.72% from 255) = 21.18%
BLUE value IS 175 (68.75% from 255) = 39.86%
R=38.95%
G=21.18%
B=39.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171931750.020.4700.31297.0733.8852.55
HexAB5DAF22F01F1292235
Octal2531352572570374514265
Binary1010101110111011010111110101111011111100101001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DAF; }

 p { color: rgb(171,93,175); }

 H1.HeaderClassName
 {
   color: #AB5DAF;
 }
 .AnyTagClassName
 {
   color: #AB5DAF;
 }
</style>
background-color css

<style>
 a { background-color: #AB5DAF; }

 a { background-color: rgb(171,93,175); }

 div.DivClassName
 {
   background-color: #AB5DAF;
 }
 .BgClassName
 {
   background-color: #AB5DAF;
 }
</style>
border-color css

<style>
 span { border-color: #AB5DAF; }

 span { border-color: rgb(171,93,175); }

 td.TdClassName
 {
   border-color: #AB5DAF;
 }
 .TagClassName
 {
   border-color: #AB5DAF;
 }
</style>