#AD9ABE

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

Shades of East Side #AD9ABE

Tints of East Side #AD9ABE

Color information

#AD9ABE (or 0xAD9ABE) is unknown color: approx East Side. HEX triplet: AD, 9A and BE. RGB value is (173,154,190). Sum of RGB (Red+Green+Blue) = 173+154+190=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD9ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ABE is #526541. Grayscale: #A3A3A3. Windows color (decimal): -5399874 or 12491437. OLE color: 12491437.

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

Color convert

RGB173154190-
CMYK0.090.1900.25
HSL271.67º21.69%67.45%-
HSV(B)271.67º18.95%74.51%-
XYZ38.0835.7153.6-
YUV163.78142.79134.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=33.46%
G=29.79%
B=36.75%

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
Decimal1731541900.090.1900.25271.6721.6967.45
HexAD9ABE9130191101643
Octal255232276112303142026103
Binary101011011001101010111110100110011011001100010000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ABE; }

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

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

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

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

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

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

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

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