#AA83CB

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

Shades of East Side #AA83CB

Tints of East Side #AA83CB

Color information

#AA83CB (or 0xAA83CB) is unknown color: approx East Side. HEX triplet: AA, 83 and CB. RGB value is (170,131,203). Sum of RGB (Red+Green+Blue) = 170+131+203=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 131 (51.56% from 255 or 25.99% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA83CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83CB is #557C34. Grayscale: #969696. Windows color (decimal): -5602357 or 13337514. OLE color: 13337514.

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

Color convert

RGB170131203-
CMYK0.160.3500.20
HSL272.5º40.91%65.49%-
HSV(B)272.5º35.47%79.61%-
XYZ35.4729.0960.25-
YUV150.87157.42141.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 131 (51.56% from 255) = 25.99%
BLUE value IS 203 (79.69% from 255) = 40.28%
R=33.73%
G=25.99%
B=40.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701312030.160.3500.20272.540.9165.49
HexAA83CB10230141102941
Octal252203313204302442051101
Binary101010101000001111001011100001000110101001000100001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83CB; }

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

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

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

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

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

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

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

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