#AA83CA

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

Shades of East Side #AA83CA

Tints of East Side #AA83CA

Color information

#AA83CA (or 0xAA83CA) is unknown color: approx East Side. HEX triplet: AA, 83 and CA. RGB value is (170,131,202). Sum of RGB (Red+Green+Blue) = 170+131+202=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83CA is #557C35. Grayscale: #969696. Windows color (decimal): -5602358 or 13271978. OLE color: 13271978.

HSL color Cylindrical-coordinate representation of color #AA83CA: hue angle of 272.96º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA83CA is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170131202-
CMYK0.160.3500.21
HSL272.96º40.11%65.29%-
HSV(B)272.96º35.15%79.22%-
XYZ35.3529.0459.62-
YUV150.76156.92141.73-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 131 (51.56% from 255) = 26.04%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=33.80%
G=26.04%
B=40.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701312020.160.3500.21272.9640.1165.29
HexAA83CA10230151112841
Octal252203312204302542150101
Binary101010101000001111001010100001000110101011000100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83CA; }

 p { color: rgb(170,131,202); }

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

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

 a { background-color: rgb(170,131,202); }

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

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

 span { border-color: rgb(170,131,202); }

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