#AA81CC

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

Shades of East Side #AA81CC

Tints of East Side #AA81CC

Color information

#AA81CC (or 0xAA81CC) is unknown color: approx East Side. HEX triplet: AA, 81 and CC. RGB value is (170,129,204). Sum of RGB (Red+Green+Blue) = 170+129+204=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 129 (50.78% from 255 or 25.65% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA81CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA81CC is #557E33. Grayscale: #959595. Windows color (decimal): -5602868 or 13402538. OLE color: 13402538.

HSL color Cylindrical-coordinate representation of color #AA81CC: hue angle of 272.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA81CC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB170129204-
CMYK0.170.3700.2
HSL272.8º42.37%65.29%-
HSV(B)272.8º36.76%80%-
XYZ35.3328.6160.79-
YUV149.81158.58142.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 129 (50.78% from 255) = 25.65%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=33.80%
G=25.65%
B=40.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701292040.170.3700.2272.842.3765.29
HexAA81CC11250141112a41
Octal252201314214502442152101
Binary101010101000000111001100100011001010101001000100011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81CC; }

 p { color: rgb(170,129,204); }

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

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

 a { background-color: rgb(170,129,204); }

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

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

 span { border-color: rgb(170,129,204); }

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