#AD93BF

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

Shades of East Side #AD93BF

Tints of East Side #AD93BF

Color information

#AD93BF (or 0xAD93BF) is unknown color: approx East Side. HEX triplet: AD, 93 and BF. RGB value is (173,147,191). Sum of RGB (Red+Green+Blue) = 173+147+191=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD93BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD93BF is #526C40. Grayscale: #9F9F9F. Windows color (decimal): -5401665 or 12555181. OLE color: 12555181.

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

Color convert

RGB173147191-
CMYK0.090.2300.25
HSL275.45º25.58%66.27%-
HSV(B)275.45º23.04%74.9%-
XYZ37.0733.5153.81-
YUV159.79145.61137.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 191 (75% from 255) = 37.38%
R=33.86%
G=28.77%
B=37.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731471910.090.2300.25275.4525.5866.27
HexAD93BF9170191131a42
Octal255223277112703142332102
Binary101011011001001110111111100110111011001100010011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93BF; }

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

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

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

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

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

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

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

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