#AA88CB

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

Shades of East Side #AA88CB

Tints of East Side #AA88CB

Color information

#AA88CB (or 0xAA88CB) is unknown color: approx East Side. HEX triplet: AA, 88 and CB. RGB value is (170,136,203). Sum of RGB (Red+Green+Blue) = 170+136+203=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA88CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88CB is #557734. Grayscale: #999999. Windows color (decimal): -5601077 or 13338794. OLE color: 13338794.

HSL color Cylindrical-coordinate representation of color #AA88CB: hue angle of 270.45º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA88CB is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170136203-
CMYK0.160.3300.20
HSL270.45º39.18%66.47%-
HSV(B)270.45º33%79.61%-
XYZ36.1630.4760.47-
YUV153.8155.76139.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.40%
GREEN value IS 136 (53.52% from 255) = 26.72%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=33.40%
G=26.72%
B=39.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701362030.160.3300.20270.4539.1866.47
HexAA88CB102101410e2742
Octal252210313204102441647102
Binary101010101000100011001011100001000010101001000011101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88CB; }

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

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

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

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

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

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

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

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