#AA88B5

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

Shades of East Side #AA88B5

Tints of East Side #AA88B5

Color information

#AA88B5 (or 0xAA88B5) is unknown color: approx East Side. HEX triplet: AA, 88 and B5. RGB value is (170,136,181). Sum of RGB (Red+Green+Blue) = 170+136+181=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 181 - color contains mainly: blue. Hex color #AA88B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88B5 is #55774A. Grayscale: #979797. Windows color (decimal): -5601099 or 11897002. OLE color: 11897002.

HSL color Cylindrical-coordinate representation of color #AA88B5: hue angle of 285.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA88B5 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB170136181-
CMYK0.060.2500.29
HSL285.33º23.32%62.16%-
HSV(B)285.33º24.86%70.98%-
XYZ33.7229.4947.63-
YUV151.3144.76141.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.91%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 181 (71.09% from 255) = 37.17%
R=34.91%
G=27.93%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701361810.060.2500.29285.3323.3262.16
HexAA88B561901D11d173e
Octal2522102656310354352776
Binary1010101010001000101101011101100101110110001110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88B5; }

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

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

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

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

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

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

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

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