#AA84CC

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

Shades of East Side #AA84CC

Tints of East Side #AA84CC

Color information

#AA84CC (or 0xAA84CC) is unknown color: approx East Side. HEX triplet: AA, 84 and CC. RGB value is (170,132,204). Sum of RGB (Red+Green+Blue) = 170+132+204=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA84CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84CC is #557B33. Grayscale: #979797. Windows color (decimal): -5602100 or 13403306. OLE color: 13403306.

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

Color convert

RGB170132204-
CMYK0.170.3500.2
HSL271.67º41.38%65.88%-
HSV(B)271.67º35.29%80%-
XYZ35.7329.4160.92-
YUV151.57157.59141.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 132 (51.95% from 255) = 26.09%
BLUE value IS 204 (80.08% from 255) = 40.32%
R=33.60%
G=26.09%
B=40.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1701322040.170.3500.2271.6741.3865.88
HexAA84CC11230141102942
Octal252204314214302442051102
Binary101010101000010011001100100011000110101001000100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84CC; }

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

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

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

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

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

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

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

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