#AD64AB

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

Shades of Violet Blue #AD64AB

Tints of Violet Blue #AD64AB

Color information

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

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

Color convert

RGB173100171-
CMYK00.420.010.32
HSL301.64º30.8%53.53%-
HSV(B)301.64º42.2%67.84%-
XYZ29.1420.9441.03-
YUV129.92151.18158.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310017100.420.010.32301.6430.853.53
HexAD64AB02A12012e1f36
Octal2551442530521404563766
Binary101011011100100101010110101010110000010010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64AB; }

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

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

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

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

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

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

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

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