#AB64AA

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

Shades of Violet Blue #AB64AA

Tints of Violet Blue #AB64AA

Color information

#AB64AA (or 0xAB64AA) is unknown color: approx Violet Blue. HEX triplet: AB, 64 and AA. RGB value is (171,100,170). Sum of RGB (Red+Green+Blue) = 171+100+170=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB64AA is #549B55. Grayscale: #818181. Windows color (decimal): -5544790 or 11166891. OLE color: 11166891.

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

Color convert

RGB171100170-
CMYK00.420.010.33
HSL300.85º29.71%53.14%-
HSV(B)300.85º41.52%67.06%-
XYZ28.6120.6740.51-
YUV129.21151.02157.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=38.78%
G=22.68%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110017000.420.010.33300.8529.7153.14
HexAB64AA02A12112d1e35
Octal2531442520521414553665
Binary101010111100100101010100101010110000110010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64AA; }

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

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

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

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

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

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

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

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