Html Css Color HEX #AA81F0 Medium Purple

📋 copy color: '#AA81F0'

red 170 ◦ green 129 ◦ blue 240

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

Shades of Medium Purple #AA81F0

Tints of Medium Purple #AA81F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 31.54%
G = 23.93%
B = 44.53%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AA81F0 (or 0xAA81F0) is known color: Medium Purple. HEX triplet: AA, 81 and F0. RGB value is (170,129,240). Sum of RGB (Red+Green+Blue) = 170+129+240=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #AA81F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81F0 is #557E0F. Grayscale: #999999. Windows color (decimal): -5602832 or 15761834. OLE color: 15761834.

HSL color Cylindrical-coordinate representation of color #AA81F0: hue angle of 262.16º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA81F0 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 129 240 -
CMYK 0.29 0.46 0 0.06
HSL 262.16º 0.79% 0.72% -
HSV(B) 262.16º 0.46% 0.94% -
XYZ 40.16 30.54 86.22 -
YUV 153.91 176.58 139.47 -
System Red Green Blue C M Y K H S L
Decimal 170 129 240 0.29 0.46 0 0.06 262.16 0.79 0.72
Hex AA 81 F0 1D 2E 0 6 106 4F 48
Octal 252 201 360 35 56 0 6 406 117 110
Binary 10101010 10000001 11110000 11101 101110 0 110 100000110 1001111 1001000

Color Harmonies of #AA81F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81F0

Black with #AA81F0

Text Example


Text Example

White with #AA81F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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