#AD79B6

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

Shades of East Side #AD79B6

Tints of East Side #AD79B6

Color information

#AD79B6 (or 0xAD79B6) is unknown color: approx East Side. HEX triplet: AD, 79 and B6. RGB value is (173,121,182). Sum of RGB (Red+Green+Blue) = 173+121+182=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD79B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79B6 is #528649. Grayscale: #8F8F8F. Windows color (decimal): -5408330 or 11958701. OLE color: 11958701.

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

Color convert

RGB173121182-
CMYK0.050.3400.29
HSL291.15º29.47%59.41%-
HSV(B)291.15º33.52%71.37%-
XYZ32.5125.9447.55-
YUV143.5149.73149.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.34%
GREEN value IS 121 (47.66% from 255) = 25.42%
BLUE value IS 182 (71.48% from 255) = 38.24%
R=36.34%
G=25.42%
B=38.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731211820.050.3400.29291.1529.4759.41
HexAD79B652201D1231d3b
Octal2551712665420354433573
Binary1010110111110011011011010110001001110110010001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79B6; }

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

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

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

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

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

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

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

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