Html Css Color HEX #AA81EC Medium Purple

📋 copy color: '#AA81EC'

red 170 ◦ green 129 ◦ blue 236

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

Shades of Medium Purple #AA81EC

Tints of Medium Purple #AA81EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 31.78%
G = 24.11%
B = 44.11%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA81EC (or 0xAA81EC) is known color: Medium Purple. HEX triplet: AA, 81 and EC. RGB value is (170,129,236). Sum of RGB (Red+Green+Blue) = 170+129+236=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81EC is #557E13. Grayscale: #999999. Windows color (decimal): -5602836 or 15499690. OLE color: 15499690.

HSL color Cylindrical-coordinate representation of color #AA81EC: hue angle of 262.99º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA81EC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 129 236 -
CMYK 0.28 0.45 0 0.07
HSL 262.99º 0.74% 0.72% -
HSV(B) 262.99º 0.45% 0.93% -
XYZ 39.57 30.3 83.12 -
YUV 153.46 174.58 139.8 -
System Red Green Blue C M Y K H S L
Decimal 170 129 236 0.28 0.45 0 0.07 262.99 0.74 0.72
Hex AA 81 EC 1C 2D 0 7 107 4A 48
Octal 252 201 354 34 55 0 7 407 112 110
Binary 10101010 10000001 11101100 11100 101101 0 111 100000111 1001010 1001000

Color Harmonies of #AA81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81EC

Black with #AA81EC

Text Example


Text Example

White with #AA81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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