#AA81F1

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

Shades of Medium Purple #AA81F1

Tints of Medium Purple #AA81F1

Color information

#AA81F1 (or 0xAA81F1) is unknown color: approx Medium Purple. HEX triplet: AA, 81 and F1. RGB value is (170,129,241). Sum of RGB (Red+Green+Blue) = 170+129+241=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA81F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81F1 is #557E0E. Grayscale: #999999. Windows color (decimal): -5602831 or 15827370. OLE color: 15827370.

HSL color Cylindrical-coordinate representation of color #AA81F1: hue angle of 261.96º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA81F1 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170129241-
CMYK0.290.4600.05
HSL261.96º80%72.55%-
HSV(B)261.96º46.47%94.51%-
XYZ40.3130.687-
YUV154.03177.08139.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=31.48%
G=23.89%
B=44.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701292410.290.4600.05261.968072.55
HexAA81F11D2E051065049
Octal252201361355605406120111
Binary10101010100000011111000111101101110010110000011010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81F1; }

 p { color: rgb(170,129,241); }

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

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

 a { background-color: rgb(170,129,241); }

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

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

 span { border-color: rgb(170,129,241); }

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