#AA82F8

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

Shades of Medium Purple #AA82F8

Tints of Medium Purple #AA82F8

Color information

#AA82F8 (or 0xAA82F8) is unknown color: approx Medium Purple. HEX triplet: AA, 82 and F8. RGB value is (170,130,248). Sum of RGB (Red+Green+Blue) = 170+130+248=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA82F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82F8 is #557D07. Grayscale: #9A9A9A. Windows color (decimal): -5602568 or 16286378. OLE color: 16286378.

HSL color Cylindrical-coordinate representation of color #AA82F8: hue angle of 260.34º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA82F8 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170130248-
CMYK0.310.4800.03
HSL260.34º89.39%74.12%-
HSV(B)260.34º47.58%97.25%-
XYZ41.531.2992.66-
YUV155.41180.25138.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 248 (97.27% from 255) = 45.26%
R=31.02%
G=23.72%
B=45.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701302480.310.4800.03260.3489.3974.12
HexAA82F81F3003104594a
Octal252202370376003404131112
Binary1010101010000010111110001111111000001110000010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA82F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA82F8; }

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

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

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

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

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

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

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

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