#AB64A6

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

Shades of Violet Blue #AB64A6

Tints of Violet Blue #AB64A6

Color information

#AB64A6 (or 0xAB64A6) is unknown color: approx Violet Blue. HEX triplet: AB, 64 and A6. RGB value is (171,100,166). Sum of RGB (Red+Green+Blue) = 171+100+166=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB64A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB64A6 is #549B59. Grayscale: #808080. Windows color (decimal): -5544794 or 10904747. OLE color: 10904747.

HSL color Cylindrical-coordinate representation of color #AB64A6: hue angle of 304.23º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB64A6 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB171100166-
CMYK00.420.030.33
HSL304.23º29.71%53.14%-
HSV(B)304.23º41.52%67.06%-
XYZ28.2320.5338.55-
YUV128.75149.02158.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 166 (65.23% from 255) = 37.99%
R=39.13%
G=22.88%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110016600.420.030.33304.2329.7153.14
HexAB64A602A3211301e35
Octal2531442460523414603665
Binary1010101111001001010011001010101110000110011000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64A6; }

 p { color: rgb(171,100,166); }

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

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

 a { background-color: rgb(171,100,166); }

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

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

 span { border-color: rgb(171,100,166); }

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