#AD9ABA

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

Shades of East Side #AD9ABA

Tints of East Side #AD9ABA

Color information

#AD9ABA (or 0xAD9ABA) is unknown color: approx East Side. HEX triplet: AD, 9A and BA. RGB value is (173,154,186). Sum of RGB (Red+Green+Blue) = 173+154+186=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD9ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9ABA is #526545. Grayscale: #A3A3A3. Windows color (decimal): -5399878 or 12229293. OLE color: 12229293.

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

Color convert

RGB173154186-
CMYK0.070.1700.27
HSL275.62º18.82%66.67%-
HSV(B)275.62º17.2%72.94%-
XYZ37.6535.5451.33-
YUV163.33140.79134.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=33.72%
G=30.02%
B=36.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731541860.070.1700.27275.6218.8266.67
HexAD9ABA71101B1141343
Octal25523227272103342423103
Binary10101101100110101011101011110001011011100010100100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9ABA; }

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

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

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

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

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

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

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

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