Html Css Color HEX #AA81E6 Medium Purple

📋 copy color: '#AA81E6'

red 170 ◦ green 129 ◦ blue 230

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

Shades of Medium Purple #AA81E6

Tints of Medium Purple #AA81E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.48%

R = 32.14%
G = 24.39%
B = 43.48%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA81E6 (or 0xAA81E6) is known color: Medium Purple. HEX triplet: AA, 81 and E6. RGB value is (170,129,230). Sum of RGB (Red+Green+Blue) = 170+129+230=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA81E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81E6 is #557E19. Grayscale: #989898. Windows color (decimal): -5602842 or 15106474. OLE color: 15106474.

HSL color Cylindrical-coordinate representation of color #AA81E6: hue angle of 264.36º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA81E6 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 129 230 -
CMYK 0.26 0.44 0 0.10
HSL 264.36º 0.67% 0.7% -
HSV(B) 264.36º 0.44% 0.9% -
XYZ 38.71 29.96 78.61 -
YUV 152.77 171.58 140.29 -
System Red Green Blue C M Y K H S L
Decimal 170 129 230 0.26 0.44 0 0.10 264.36 0.67 0.7
Hex AA 81 E6 1A 2C 0 A 108 43 46
Octal 252 201 346 32 54 0 12 410 103 106
Binary 10101010 10000001 11100110 11010 101100 0 1010 100001000 1000011 1000110

Color Harmonies of #AA81E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA81E6

Black with #AA81E6

Text Example


Text Example

White with #AA81E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA81E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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