Html Css Color HEX #AA6EE5 Medium Purple

📋 copy color: '#AA6EE5'

red 170 ◦ green 110 ◦ blue 229

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

Shades of Medium Purple #AA6EE5

Tints of Medium Purple #AA6EE5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.61%

 BLUE value IS 229 (89.84% from 255) = 44.99%

R = 33.4%
G = 21.61%
B = 44.99%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA6EE5 (or 0xAA6EE5) is known color: Medium Purple. HEX triplet: AA, 6E and E5. RGB value is (170,110,229). Sum of RGB (Red+Green+Blue) = 170+110+229=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 229 (89.84% from 255 or 44.99% from 509); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA6EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EE5 is #55911A. Grayscale: #8D8D8D. Windows color (decimal): -5607707 or 15036074. OLE color: 15036074.

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

Color convert

RGB 170 110 229 -
CMYK 0.26 0.52 0 0.10
HSL 270.25º 0.7% 0.66% -
HSV(B) 270.25º 0.52% 0.9% -
XYZ 36.3 25.36 77.11 -
YUV 141.51 177.38 148.32 -
System Red Green Blue C M Y K H S L
Decimal 170 110 229 0.26 0.52 0 0.10 270.25 0.7 0.66
Hex AA 6E E5 1A 34 0 A 10E 46 42
Octal 252 156 345 32 64 0 12 416 106 102
Binary 10101010 1101110 11100101 11010 110100 0 1010 100001110 1000110 1000010

Color Harmonies of #AA6EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EE5

Black with #AA6EE5

Text Example


Text Example

White with #AA6EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EE5; }

 p { color: rgb(170,110,229); }

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

background-color css

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

 a { background-color: rgb(170,110,229); }

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

border-color css

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

 span { border-color: rgb(170,110,229); }

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