#AD79D0

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

Shades of East Side #AD79D0

Tints of East Side #AD79D0

Color information

#AD79D0 (or 0xAD79D0) is unknown color: approx East Side. HEX triplet: AD, 79 and D0. RGB value is (173,121,208). Sum of RGB (Red+Green+Blue) = 173+121+208=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 121 (47.66% from 255 or 24.10% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79D0 is #52862F. Grayscale: #929292. Windows color (decimal): -5408304 or 13662637. OLE color: 13662637.

HSL color Cylindrical-coordinate representation of color #AD79D0: hue angle of 275.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD79D0 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173121208-
CMYK0.170.4200.18
HSL275.86º48.07%64.51%-
HSV(B)275.86º41.83%81.57%-
XYZ35.4627.1163.04-
YUV146.47162.73146.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 121 (47.66% from 255) = 24.10%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=34.46%
G=24.10%
B=41.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731212080.170.4200.18275.8648.0764.51
HexAD79D0112A0121143041
Octal255171320215202242460101
Binary10101101111100111010000100011010100100101000101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79D0; }

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

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

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

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

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

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

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

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