#AD72AA

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

Shades of Violet Blue #AD72AA

Tints of Violet Blue #AD72AA

Color information

#AD72AA (or 0xAD72AA) is unknown color: approx Violet Blue. HEX triplet: AD, 72 and AA. RGB value is (173,114,170). Sum of RGB (Red+Green+Blue) = 173+114+170=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #AD72AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD72AA is #528D55. Grayscale: #898989. Windows color (decimal): -5410134 or 11170477. OLE color: 11170477.

HSL color Cylindrical-coordinate representation of color #AD72AA: hue angle of 303.05º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD72AA is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB173114170-
CMYK00.340.020.32
HSL303.05º26.46%56.27%-
HSV(B)303.05º34.1%67.84%-
XYZ30.5123.8241.02-
YUV138.02146.05152.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.86%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=37.86%
G=24.95%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311417000.340.020.32303.0526.4656.27
HexAD72AA02222012f1a38
Octal2551622520422404573270
Binary1010110111100101010101001000101010000010010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72AA; }

 p { color: rgb(173,114,170); }

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

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

 a { background-color: rgb(173,114,170); }

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

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

 span { border-color: rgb(173,114,170); }

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