#AD64A0

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

Shades of Violet Blue #AD64A0

Tints of Violet Blue #AD64A0

Color information

#AD64A0 (or 0xAD64A0) is unknown color: approx Violet Blue. HEX triplet: AD, 64 and A0. RGB value is (173,100,160). Sum of RGB (Red+Green+Blue) = 173+100+160=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD64A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD64A0 is #529B5F. Grayscale: #808080. Windows color (decimal): -5413728 or 10511533. OLE color: 10511533.

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

Color convert

RGB173100160-
CMYK00.420.080.32
HSL310.68º30.8%53.53%-
HSV(B)310.68º42.2%67.84%-
XYZ28.1420.5435.74-
YUV128.67145.68159.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=39.95%
G=23.09%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310016000.420.080.32310.6830.853.53
HexAD64A002A8201371f36
Octal25514424005210404673766
Binary101011011100100101000000101010100010000010011011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD64A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD64A0; }

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

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

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

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

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

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

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

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