#AA88C1

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

Shades of East Side #AA88C1

Tints of East Side #AA88C1

Color information

#AA88C1 (or 0xAA88C1) is unknown color: approx East Side. HEX triplet: AA, 88 and C1. RGB value is (170,136,193). Sum of RGB (Red+Green+Blue) = 170+136+193=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA88C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA88C1 is #55773E. Grayscale: #989898. Windows color (decimal): -5601087 or 12683434. OLE color: 12683434.

HSL color Cylindrical-coordinate representation of color #AA88C1: hue angle of 275.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA88C1 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170136193-
CMYK0.120.3000.24
HSL275.79º31.49%64.51%-
HSV(B)275.79º29.53%75.69%-
XYZ35.013054.4-
YUV152.66150.76140.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.07%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 193 (75.78% from 255) = 38.68%
R=34.07%
G=27.25%
B=38.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701361930.120.3000.24275.7931.4964.51
HexAA88C1C1E0181141f41
Octal252210301143603042437101
Binary101010101000100011000001110011110011000100010100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88C1; }

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

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

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

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

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

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

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

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