#AA83ED

Color #AA83ED Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA83ED

Tints of Medium Purple #AA83ED

Color information

#AA83ED (or 0xAA83ED) is unknown color: approx Medium Purple. HEX triplet: AA, 83 and ED. RGB value is (170,131,237). Sum of RGB (Red+Green+Blue) = 170+131+237=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA83ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA83ED is #557C12. Grayscale: #9A9A9A. Windows color (decimal): -5602323 or 15565738. OLE color: 15565738.

HSL color Cylindrical-coordinate representation of color #AA83ED: hue angle of 262.08º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA83ED is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170131237-
CMYK0.280.4500.07
HSL262.08º74.65%72.16%-
HSV(B)262.08º44.73%92.94%-
XYZ39.9830.8983.98-
YUV154.74174.42138.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 237 (92.97% from 255) = 44.05%
R=31.60%
G=24.35%
B=44.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701312370.280.4500.07262.0874.6572.16
HexAA83ED1C2D071064b48
Octal252203355345507406113110
Binary10101010100000111110110111100101101011110000011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA83ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA83ED; }

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

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

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

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

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

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

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

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