#AA9DBA

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

Shades of East Side #AA9DBA

Tints of East Side #AA9DBA

Color information

#AA9DBA (or 0xAA9DBA) is unknown color: approx East Side. HEX triplet: AA, 9D and BA. RGB value is (170,157,186). Sum of RGB (Red+Green+Blue) = 170+157+186=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 157 (61.72% from 255 or 30.60% 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 #AA9DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DBA is #556245. Grayscale: #A4A4A4. Windows color (decimal): -5595718 or 12230058. OLE color: 12230058.

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

Color convert

RGB170157186-
CMYK0.090.1600.27
HSL266.9º17.37%67.25%-
HSV(B)266.9º15.59%72.94%-
XYZ37.536.2151.47-
YUV164.19140.31132.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 36.26%
R=33.14%
G=30.60%
B=36.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701571860.090.1600.27266.917.3767.25
HexAA9DBA91001B10b1143
Octal252235272112003341321103
Binary101010101001110110111010100110000011011100001011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DBA; }

 p { color: rgb(170,157,186); }

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

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

 a { background-color: rgb(170,157,186); }

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

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

 span { border-color: rgb(170,157,186); }

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