#AD79BF

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

Shades of East Side #AD79BF

Tints of East Side #AD79BF

Color information

#AD79BF (or 0xAD79BF) is unknown color: approx East Side. HEX triplet: AD, 79 and BF. RGB value is (173,121,191). Sum of RGB (Red+Green+Blue) = 173+121+191=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 121 (47.66% from 255 or 24.95% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD79BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD79BF is #528640. Grayscale: #909090. Windows color (decimal): -5408321 or 12548525. OLE color: 12548525.

HSL color Cylindrical-coordinate representation of color #AD79BF: hue angle of 284.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD79BF is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173121191-
CMYK0.090.3700.25
HSL284.57º35.35%61.18%-
HSV(B)284.57º36.65%74.9%-
XYZ33.4726.3252.61-
YUV144.53154.23148.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 121 (47.66% from 255) = 24.95%
BLUE value IS 191 (75% from 255) = 39.38%
R=35.67%
G=24.95%
B=39.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731211910.090.3700.25284.5735.3561.18
HexAD79BF92501911d233d
Octal25517127711450314354375
Binary101011011111001101111111001100101011001100011101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD79BF; }

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

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

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

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

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

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

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

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