#AA82CF

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

Shades of East Side #AA82CF

Tints of East Side #AA82CF

Color information

#AA82CF (or 0xAA82CF) is unknown color: approx East Side. HEX triplet: AA, 82 and CF. RGB value is (170,130,207). Sum of RGB (Red+Green+Blue) = 170+130+207=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA82CF is #557D30. Grayscale: #969696. Windows color (decimal): -5602609 or 13599402. OLE color: 13599402.

HSL color Cylindrical-coordinate representation of color #AA82CF: hue angle of 271.17º degrees, saturation: 0.45, 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 #AA82CF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170130207-
CMYK0.180.3700.19
HSL271.17º44.51%66.08%-
HSV(B)271.17º37.2%81.18%-
XYZ35.8229.0262.74-
YUV150.74159.75141.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 207 (81.25% from 255) = 40.83%
R=33.53%
G=25.64%
B=40.83%

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
Decimal1701302070.180.3700.19271.1744.5166.08
HexAA82CF122501310f2d42
Octal252202317224502341755102
Binary101010101000001011001111100101001010100111000011111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82CF; }

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

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

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

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

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

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

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

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