#AA83CF

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

Shades of East Side #AA83CF

Tints of East Side #AA83CF

Color information

#AA83CF (or 0xAA83CF) is unknown color: approx East Side. HEX triplet: AA, 83 and CF. RGB value is (170,131,207). Sum of RGB (Red+Green+Blue) = 170+131+207=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 131 (51.56% from 255 or 25.79% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA83CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83CF is #557C30. Grayscale: #979797. Windows color (decimal): -5602353 or 13599658. OLE color: 13599658.

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

Color convert

RGB170131207-
CMYK0.180.3700.19
HSL270.79º44.19%66.27%-
HSV(B)270.79º36.71%81.18%-
XYZ35.9629.2862.79-
YUV151.32159.42141.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.46%
GREEN value IS 131 (51.56% from 255) = 25.79%
BLUE value IS 207 (81.25% from 255) = 40.75%
R=33.46%
G=25.79%
B=40.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701312070.180.3700.19270.7944.1966.27
HexAA83CF122501310f2c42
Octal252203317224502341754102
Binary101010101000001111001111100101001010100111000011111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83CF; }

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

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

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

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

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

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

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

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