#AB64AB

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

Shades of Violet Blue #AB64AB

Tints of Violet Blue #AB64AB

Color information

#AB64AB (or 0xAB64AB) is unknown color: approx Violet Blue. HEX triplet: AB, 64 and AB. RGB value is (171,100,171). Sum of RGB (Red+Green+Blue) = 171+100+171=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB64AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB64AB is #549B54. Grayscale: #818181. Windows color (decimal): -5544789 or 11232427. OLE color: 11232427.

HSL color Cylindrical-coordinate representation of color #AB64AB: hue angle of 300º 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 #AB64AB is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171100171-
CMYK00.4200.33
HSL300º29.71%53.14%-
HSV(B)300º41.52%67.06%-
XYZ28.720.7141.01-
YUV129.32151.52157.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.69%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=38.69%
G=22.62%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110017100.4200.3330029.7153.14
HexAB64AB02A02112c1e35
Octal2531442530520414543665
Binary101010111100100101010110101010010000110010110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64AB; }

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

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

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

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

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

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

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

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