#AD9ABF

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

Shades of East Side #AD9ABF

Tints of East Side #AD9ABF

Color information

#AD9ABF (or 0xAD9ABF) is unknown color: approx East Side. HEX triplet: AD, 9A and BF. RGB value is (173,154,191). Sum of RGB (Red+Green+Blue) = 173+154+191=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD9ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ABF is #526540. Grayscale: #A3A3A3. Windows color (decimal): -5399873 or 12556973. OLE color: 12556973.

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

Color convert

RGB173154191-
CMYK0.090.1900.25
HSL270.81º22.42%67.65%-
HSV(B)270.81º19.37%74.9%-
XYZ38.1935.7654.18-
YUV163.9143.29134.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 191 (75% from 255) = 36.87%
R=33.40%
G=29.73%
B=36.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731541910.090.1900.25270.8122.4267.65
HexAD9ABF91301910f1644
Octal255232277112303141726104
Binary101011011001101010111111100110011011001100001111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ABF; }

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

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

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

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

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

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

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

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