#AA84C1

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

Shades of East Side #AA84C1

Tints of East Side #AA84C1

Color information

#AA84C1 (or 0xAA84C1) is unknown color: approx East Side. HEX triplet: AA, 84 and C1. RGB value is (170,132,193). Sum of RGB (Red+Green+Blue) = 170+132+193=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA84C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA84C1 is #557B3E. Grayscale: #969696. Windows color (decimal): -5602111 or 12682410. OLE color: 12682410.

HSL color Cylindrical-coordinate representation of color #AA84C1: hue angle of 277.38º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA84C1 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170132193-
CMYK0.120.3200.24
HSL277.38º32.97%63.73%-
HSV(B)277.38º31.61%75.69%-
XYZ34.4528.954.21-
YUV150.32152.09142.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.34%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 193 (75.78% from 255) = 38.99%
R=34.34%
G=26.67%
B=38.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701321930.120.3200.24277.3832.9763.73
HexAA84C1C200181152140
Octal252204301144003042541100
Binary10101010100001001100000111001000000110001000101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA84C1; }

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

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

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

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

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

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

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

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