#AB5CAF

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

Shades of Violet Blue #AB5CAF

Tints of Violet Blue #AB5CAF

Color information

#AB5CAF (or 0xAB5CAF) is unknown color: approx Violet Blue. HEX triplet: AB, 5C and AF. RGB value is (171,92,175). Sum of RGB (Red+Green+Blue) = 171+92+175=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB5CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5CAF is #54A350. Grayscale: #7C7C7C. Windows color (decimal): -5546833 or 11492523. OLE color: 11492523.

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

Color convert

RGB17192175-
CMYK0.020.4700.31
HSL297.11º34.16%52.35%-
HSV(B)297.11º47.43%68.63%-
XYZ28.3619.4142.81-
YUV125.08156.17160.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 92 (36.33% from 255) = 21.00%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=39.04%
G=21.00%
B=39.95%

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
Decimal171921750.020.4700.31297.1134.1652.35
HexAB5CAF22F01F1292234
Octal2531342572570374514264
Binary1010101110111001010111110101111011111100101001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CAF; }

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

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

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

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

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

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

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

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