#AD76BF

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

Shades of East Side #AD76BF

Tints of East Side #AD76BF

Color information

#AD76BF (or 0xAD76BF) is unknown color: approx East Side. HEX triplet: AD, 76 and BF. RGB value is (173,118,191). Sum of RGB (Red+Green+Blue) = 173+118+191=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD76BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD76BF is #528940. Grayscale: #8E8E8E. Windows color (decimal): -5409089 or 12547757. OLE color: 12547757.

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

Color convert

RGB173118191-
CMYK0.090.3800.25
HSL285.21º36.32%60.59%-
HSV(B)285.21º38.22%74.9%-
XYZ33.1225.652.49-
YUV142.77155.22149.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 191 (75% from 255) = 39.63%
R=35.89%
G=24.48%
B=39.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731181910.090.3800.25285.2136.3260.59
HexAD76BF92601911d243d
Octal25516627711460314354475
Binary101011011110110101111111001100110011001100011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD76BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD76BF; }

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

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

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

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

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

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

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

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