#AD72B6

Color #AD72B6 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD72B6

Tints of East Side #AD72B6

Color information

#AD72B6 (or 0xAD72B6) is unknown color: approx East Side. HEX triplet: AD, 72 and B6. RGB value is (173,114,182). Sum of RGB (Red+Green+Blue) = 173+114+182=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD72B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72B6 is #528D49. Grayscale: #8B8B8B. Windows color (decimal): -5410122 or 11956909. OLE color: 11956909.

HSL color Cylindrical-coordinate representation of color #AD72B6: hue angle of 292.06º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD72B6 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173114182-
CMYK0.050.3700.29
HSL292.06º31.78%58.04%-
HSV(B)292.06º37.36%71.37%-
XYZ31.6924.347.28-
YUV139.39152.05151.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 182 (71.48% from 255) = 38.81%
R=36.89%
G=24.31%
B=38.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731141820.050.3700.29292.0631.7858.04
HexAD72B652501D124203a
Octal2551622665450354444072
Binary10101101111001010110110101100101011101100100100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72B6; }

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

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

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

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

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

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

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

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