#AD79C9

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

Shades of East Side #AD79C9

Tints of East Side #AD79C9

Color information

#AD79C9 (or 0xAD79C9) is unknown color: approx East Side. HEX triplet: AD, 79 and C9. RGB value is (173,121,201). Sum of RGB (Red+Green+Blue) = 173+121+201=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD79C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79C9 is #528636. Grayscale: #919191. Windows color (decimal): -5408311 or 13203885. OLE color: 13203885.

HSL color Cylindrical-coordinate representation of color #AD79C9: hue angle of 279º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD79C9 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB173121201-
CMYK0.140.4000.21
HSL279º42.55%63.14%-
HSV(B)279º39.8%78.82%-
XYZ34.6126.7858.6-
YUV145.67159.23147.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 121 (47.66% from 255) = 24.44%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=34.95%
G=24.44%
B=40.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731212010.140.4000.2127942.5563.14
HexAD79C9E280151172b3f
Octal25517131116500254275377
Binary101011011111001110010011110101000010101100010111101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79C9; }

 p { color: rgb(173,121,201); }

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

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

 a { background-color: rgb(173,121,201); }

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

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

 span { border-color: rgb(173,121,201); }

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