#AD72AB

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

Shades of Violet Blue #AD72AB

Tints of Violet Blue #AD72AB

Color information

#AD72AB (or 0xAD72AB) is unknown color: approx Violet Blue. HEX triplet: AD, 72 and AB. RGB value is (173,114,171). Sum of RGB (Red+Green+Blue) = 173+114+171=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 173 - color contains mainly: red. Hex color #AD72AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD72AB is #528D54. Grayscale: #898989. Windows color (decimal): -5410133 or 11236013. OLE color: 11236013.

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

Color convert

RGB173114171-
CMYK00.340.010.32
HSL302.03º26.46%56.27%-
HSV(B)302.03º34.1%67.84%-
XYZ30.623.8641.52-
YUV138.14146.55152.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.77%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 171 (67.19% from 255) = 37.34%
R=37.77%
G=24.89%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311417100.340.010.32302.0326.4656.27
HexAD72AB02212012e1a38
Octal2551622530421404563270
Binary101011011110010101010110100010110000010010111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72AB; }

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

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

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

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

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

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

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

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