Html Css Color HEX #AA81F9 Medium Purple

📋 copy color: '#AA81F9'

red 170 ◦ green 129 ◦ blue 249

#AA81F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #AA81F9

Tints of Medium Purple #AA81F9

RGB

 RED value IS 170 (66.8% from 255) = 31.02%

 GREEN value IS 129 (50.78% from 255) = 23.54%

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 31.02%
G = 23.54%
B = 45.44%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AA81F9 (or 0xAA81F9) is known color: Medium Purple. HEX triplet: AA, 81 and F9. RGB value is (170,129,249). Sum of RGB (Red+Green+Blue) = 170+129+249=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA81F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81F9 is #557E06. Grayscale: #9A9A9A. Windows color (decimal): -5602823 or 16351658. OLE color: 16351658.

HSL color Cylindrical-coordinate representation of color #AA81F9: hue angle of 260.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA81F9 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 129 249 -
CMYK 0.32 0.48 0 0.02
HSL 260.5º 0.91% 0.74% -
HSV(B) 260.5º 0.48% 0.98% -
XYZ 41.53 31.09 93.43 -
YUV 154.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 170 129 249 0.32 0.48 0 0.02 260.5 0.91 0.74
Hex AA 81 F9 20 30 0 2 104 5B 4A
Octal 252 201 371 40 60 0 2 404 133 112
Binary 10101010 10000001 11111001 100000 110000 0 10 100000100 1011011 1001010

Color Harmonies of #AA81F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81F9

Black with #AA81F9

Text Example


Text Example

White with #AA81F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81F9; }

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

 H1.HeaderClassName
 {
   color: #AA81F9;
 }
 .AnyTagClassName
 {
   color: #AA81F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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