#AD72B0

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

Shades of Violet Blue #AD72B0

Tints of Violet Blue #AD72B0

Color information

#AD72B0 (or 0xAD72B0) is unknown color: approx Violet Blue. HEX triplet: AD, 72 and B0. RGB value is (173,114,176). Sum of RGB (Red+Green+Blue) = 173+114+176=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 176 - color contains mainly: blue. Hex color #AD72B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD72B0 is #528D4F. Grayscale: #8A8A8A. Windows color (decimal): -5410128 or 11563693. OLE color: 11563693.

HSL color Cylindrical-coordinate representation of color #AD72B0: hue angle of 297.1º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD72B0 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173114176-
CMYK0.020.3500.31
HSL297.1º28.18%56.86%-
HSV(B)297.1º35.23%69.02%-
XYZ31.0924.0544.08-
YUV138.71149.05152.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 176 (69.14% from 255) = 38.01%
R=37.37%
G=24.62%
B=38.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731141760.020.3500.31297.128.1856.86
HexAD72B022301F1291c39
Octal2551622602430374513471
Binary101011011110010101100001010001101111110010100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72B0; }

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

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

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

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

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

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

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

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