#AA81F3

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

Shades of Medium Purple #AA81F3

Tints of Medium Purple #AA81F3

Color information

#AA81F3 (or 0xAA81F3) is unknown color: approx Medium Purple. HEX triplet: AA, 81 and F3. RGB value is (170,129,243). Sum of RGB (Red+Green+Blue) = 170+129+243=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 129 (50.78% from 255 or 23.80% from 542); Blue value is 243 (95.31% from 255 or 44.83% from 542); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA81F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81F3 is #557E0C. Grayscale: #999999. Windows color (decimal): -5602829 or 15958442. OLE color: 15958442.

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

Color convert

RGB170129243-
CMYK0.300.4700.05
HSL261.58º82.61%72.94%-
HSV(B)261.58º46.91%95.29%-
XYZ40.6130.7288.58-
YUV154.26178.08139.23-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 129 (50.78% from 255) = 23.80%
BLUE value IS 243 (95.31% from 255) = 44.83%
R=31.37%
G=23.80%
B=44.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701292430.300.4700.05261.5882.6172.94
HexAA81F31E2F051065349
Octal252201363365705406123111
Binary10101010100000011111001111110101111010110000011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA81F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA81F3; }

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

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

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

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

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

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

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

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