#ADA0BB

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

Shades of East Side #ADA0BB

Tints of East Side #ADA0BB

Color information

#ADA0BB (or 0xADA0BB) is unknown color: approx East Side. HEX triplet: AD, A0 and BB. RGB value is (173,160,187). Sum of RGB (Red+Green+Blue) = 173+160+187=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0BB is #525F44. Grayscale: #A6A6A6. Windows color (decimal): -5398341 or 12296365. OLE color: 12296365.

HSL color Cylindrical-coordinate representation of color #ADA0BB: hue angle of 268.89º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA0BB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173160187-
CMYK0.070.1400.27
HSL268.89º16.56%68.04%-
HSV(B)268.89º14.44%73.33%-
XYZ38.7737.6152.23-
YUV166.96139.31132.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 187 (73.44% from 255) = 35.96%
R=33.27%
G=30.77%
B=35.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731601870.070.1400.27268.8916.5668.04
HexADA0BB7E01B10d1144
Octal25524027371603341521104
Binary1010110110100000101110111111110011011100001101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0BB; }

 p { color: rgb(173,160,187); }

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

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

 a { background-color: rgb(173,160,187); }

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

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

 span { border-color: rgb(173,160,187); }

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