#AA84CE

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

Shades of East Side #AA84CE

Tints of East Side #AA84CE

Color information

#AA84CE (or 0xAA84CE) is unknown color: approx East Side. HEX triplet: AA, 84 and CE. RGB value is (170,132,206). Sum of RGB (Red+Green+Blue) = 170+132+206=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA84CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84CE is #557B31. Grayscale: #979797. Windows color (decimal): -5602098 or 13534378. OLE color: 13534378.

HSL color Cylindrical-coordinate representation of color #AA84CE: hue angle of 270.81º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA84CE is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170132206-
CMYK0.170.3600.19
HSL270.81º43.02%66.27%-
HSV(B)270.81º35.92%80.78%-
XYZ35.9729.562.19-
YUV151.8158.59140.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 132 (51.95% from 255) = 25.98%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=33.46%
G=25.98%
B=40.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701322060.170.3600.19270.8143.0266.27
HexAA84CE112401310f2b42
Octal252204316214402341753102
Binary101010101000010011001110100011001000100111000011111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84CE; }

 p { color: rgb(170,132,206); }

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

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

 a { background-color: rgb(170,132,206); }

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

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

 span { border-color: rgb(170,132,206); }

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