#AA88BA

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

Shades of East Side #AA88BA

Tints of East Side #AA88BA

Color information

#AA88BA (or 0xAA88BA) is unknown color: approx East Side. HEX triplet: AA, 88 and BA. RGB value is (170,136,186). Sum of RGB (Red+Green+Blue) = 170+136+186=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA88BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BA is #557745. Grayscale: #979797. Windows color (decimal): -5601094 or 12224682. OLE color: 12224682.

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

Color convert

RGB170136186-
CMYK0.090.2700.27
HSL280.8º26.6%63.14%-
HSV(B)280.8º26.88%72.94%-
XYZ34.2429.750.38-
YUV151.87147.26140.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=34.55%
G=27.64%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701361860.090.2700.27280.826.663.14
HexAA88BA91B01B1191b3f
Octal25221027211330334313377
Binary10101010100010001011101010011101101101110001100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88BA; }

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

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

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

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

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

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

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

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