#AD79C5

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

Shades of East Side #AD79C5

Tints of East Side #AD79C5

Color information

#AD79C5 (or 0xAD79C5) is unknown color: approx East Side. HEX triplet: AD, 79 and C5. RGB value is (173,121,197). Sum of RGB (Red+Green+Blue) = 173+121+197=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD79C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79C5 is #52863A. Grayscale: #909090. Windows color (decimal): -5408315 or 12941741. OLE color: 12941741.

HSL color Cylindrical-coordinate representation of color #AD79C5: hue angle of 281.05º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD79C5 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB173121197-
CMYK0.120.3900.23
HSL281.05º39.58%62.35%-
HSV(B)281.05º38.58%77.25%-
XYZ34.1526.5956.16-
YUV145.21157.23147.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 121 (47.66% from 255) = 24.64%
BLUE value IS 197 (77.34% from 255) = 40.12%
R=35.23%
G=24.64%
B=40.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731211970.120.3900.23281.0539.5862.35
HexAD79C5C27017119283e
Octal25517130514470274315076
Binary101011011111001110001011100100111010111100011001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79C5; }

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

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

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

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

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

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

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

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