#AD79B5

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

Shades of East Side #AD79B5

Tints of East Side #AD79B5

Color information

#AD79B5 (or 0xAD79B5) is unknown color: approx East Side. HEX triplet: AD, 79 and B5. RGB value is (173,121,181). Sum of RGB (Red+Green+Blue) = 173+121+181=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD79B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79B5 is #52864A. Grayscale: #8F8F8F. Windows color (decimal): -5408331 or 11893165. OLE color: 11893165.

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

Color convert

RGB173121181-
CMYK0.040.3300.29
HSL292º28.85%59.22%-
HSV(B)292º33.15%70.98%-
XYZ32.4125.947.01-
YUV143.39149.23149.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 121 (47.66% from 255) = 25.47%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=36.42%
G=25.47%
B=38.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731211810.040.3300.2929228.8559.22
HexAD79B542101D1241d3b
Octal2551712654410354443573
Binary1010110111110011011010110010000101110110010010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79B5; }

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

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

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

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

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

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

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

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