#AB64AD

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

Shades of Violet Blue #AB64AD

Tints of Violet Blue #AB64AD

Color information

#AB64AD (or 0xAB64AD) is unknown color: approx Violet Blue. HEX triplet: AB, 64 and AD. RGB value is (171,100,173). Sum of RGB (Red+Green+Blue) = 171+100+173=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB64AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB64AD is #549B52. Grayscale: #818181. Windows color (decimal): -5544787 or 11363499. OLE color: 11363499.

HSL color Cylindrical-coordinate representation of color #AB64AD: hue angle of 298.36º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB64AD is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171100173-
CMYK0.010.4200.32
HSL298.36º30.8%53.53%-
HSV(B)298.36º42.2%67.84%-
XYZ28.8920.7942.03-
YUV129.55152.52157.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 100 (39.45% from 255) = 22.52%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=38.51%
G=22.52%
B=38.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711001730.010.4200.32298.3630.853.53
HexAB64AD12A02012a1f36
Octal2531442551520404523766
Binary101010111100100101011011101010010000010010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB64AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB64AD; }

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

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

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

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

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

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

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

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