#AA83CD

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

Shades of East Side #AA83CD

Tints of East Side #AA83CD

Color information

#AA83CD (or 0xAA83CD) is unknown color: approx East Side. HEX triplet: AA, 83 and CD. RGB value is (170,131,205). Sum of RGB (Red+Green+Blue) = 170+131+205=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA83CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA83CD is #557C32. Grayscale: #969696. Windows color (decimal): -5602355 or 13468586. OLE color: 13468586.

HSL color Cylindrical-coordinate representation of color #AA83CD: hue angle of 271.62º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA83CD is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170131205-
CMYK0.170.3600.20
HSL271.62º42.53%65.88%-
HSV(B)271.62º36.1%80.39%-
XYZ35.7129.1961.51-
YUV151.1158.42141.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.60%
GREEN value IS 131 (51.56% from 255) = 25.89%
BLUE value IS 205 (80.47% from 255) = 40.51%
R=33.60%
G=25.89%
B=40.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701312050.170.3600.20271.6242.5365.88
HexAA83CD11240141102b42
Octal252203315214402442053102
Binary101010101000001111001101100011001000101001000100001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83CD; }

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

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

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

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

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

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

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

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