#AB6CAF

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

Shades of Violet Blue #AB6CAF

Tints of Violet Blue #AB6CAF

Color information

#AB6CAF (or 0xAB6CAF) is unknown color: approx Violet Blue. HEX triplet: AB, 6C and AF. RGB value is (171,108,175). Sum of RGB (Red+Green+Blue) = 171+108+175=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6CAF is #549350. Grayscale: #868686. Windows color (decimal): -5542737 or 11496619. OLE color: 11496619.

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

Color convert

RGB171108175-
CMYK0.020.3800.31
HSL296.42º29.52%55.49%-
HSV(B)296.42º38.29%68.63%-
XYZ29.922.4843.32-
YUV134.48150.87154.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 175 (68.75% from 255) = 38.55%
R=37.67%
G=23.79%
B=38.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711081750.020.3800.31296.4229.5255.49
HexAB6CAF22601F1281e37
Octal2531542572460374503667
Binary101010111101100101011111010011001111110010100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6CAF; }

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

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

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

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

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

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

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

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