#AA88BC

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

Shades of East Side #AA88BC

Tints of East Side #AA88BC

Color information

#AA88BC (or 0xAA88BC) is unknown color: approx East Side. HEX triplet: AA, 88 and BC. RGB value is (170,136,188). Sum of RGB (Red+Green+Blue) = 170+136+188=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA88BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88BC is #557743. Grayscale: #979797. Windows color (decimal): -5601092 or 12355754. OLE color: 12355754.

HSL color Cylindrical-coordinate representation of color #AA88BC: hue angle of 279.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA88BC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170136188-
CMYK0.100.2800.26
HSL279.23º27.96%63.53%-
HSV(B)279.23º27.66%73.73%-
XYZ34.4629.7951.51-
YUV152.09148.26140.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=34.41%
G=27.53%
B=38.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701361880.100.2800.26279.2327.9663.53
HexAA88BCA1C01A1171c40
Octal252210274123403242734100
Binary101010101000100010111100101011100011010100010111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88BC; }

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

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

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

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

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

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

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

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