#AD72C2

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

Shades of East Side #AD72C2

Tints of East Side #AD72C2

Color information

#AD72C2 (or 0xAD72C2) is unknown color: approx East Side. HEX triplet: AD, 72 and C2. RGB value is (173,114,194). Sum of RGB (Red+Green+Blue) = 173+114+194=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #AD72C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD72C2 is #528D3D. Grayscale: #8C8C8C. Windows color (decimal): -5410110 or 12743341. OLE color: 12743341.

HSL color Cylindrical-coordinate representation of color #AD72C2: hue angle of 284.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AD72C2 is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173114194-
CMYK0.110.4100.24
HSL284.25º39.6%60.39%-
HSV(B)284.25º41.24%76.08%-
XYZ32.9924.8154.09-
YUV140.76158.05151-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.97%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 194 (76.17% from 255) = 40.33%
R=35.97%
G=23.70%
B=40.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731141940.110.4100.24284.2539.660.39
HexAD72C2B2901811c283c
Octal25516230213510304345074
Binary101011011110010110000101011101001011000100011100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD72C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD72C2; }

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

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

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

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

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

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

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

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