#AA88BE

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

Shades of East Side #AA88BE

Tints of East Side #AA88BE

Color information

#AA88BE (or 0xAA88BE) is unknown color: approx East Side. HEX triplet: AA, 88 and BE. RGB value is (170,136,190). Sum of RGB (Red+Green+Blue) = 170+136+190=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BE is #557741. Grayscale: #989898. Windows color (decimal): -5601090 or 12486826. OLE color: 12486826.

HSL color Cylindrical-coordinate representation of color #AA88BE: hue angle of 277.78º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA88BE is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170136190-
CMYK0.110.2800.25
HSL277.78º29.35%63.92%-
HSV(B)277.78º28.42%74.51%-
XYZ34.6829.8752.65-
YUV152.32149.26140.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.27%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=34.27%
G=27.42%
B=38.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701361900.110.2800.25277.7829.3563.92
HexAA88BEB1C0191161d40
Octal252210276133403142635100
Binary101010101000100010111110101111100011001100010110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88BE; }

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

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

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

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

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

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

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

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