Html Css Color HEX #AA7EDD Medium Purple

📋 copy color: '#AA7EDD'

red 170 ◦ green 126 ◦ blue 221

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

Shades of Medium Purple #AA7EDD

Tints of Medium Purple #AA7EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.37%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 32.88%
G = 24.37%
B = 42.75%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA7EDD (or 0xAA7EDD) is known color: Medium Purple. HEX triplet: AA, 7E and DD. RGB value is (170,126,221). Sum of RGB (Red+Green+Blue) = 170+126+221=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA7EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EDD is #558122. Grayscale: #959595. Windows color (decimal): -5603619 or 14515882. OLE color: 14515882.

HSL color Cylindrical-coordinate representation of color #AA7EDD: hue angle of 267.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7EDD is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 126 221 -
CMYK 0.23 0.43 0 0.13
HSL 267.79º 0.58% 0.68% -
HSV(B) 267.79º 0.43% 0.87% -
XYZ 37.09 28.69 71.99 -
YUV 149.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 170 126 221 0.23 0.43 0 0.13 267.79 0.58 0.68
Hex AA 7E DD 17 2B 0 D 10C 3A 44
Octal 252 176 335 27 53 0 15 414 72 104
Binary 10101010 1111110 11011101 10111 101011 0 1101 100001100 111010 1000100

Color Harmonies of #AA7EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EDD

Black with #AA7EDD

Text Example


Text Example

White with #AA7EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EDD; }

 p { color: rgb(170,126,221); }

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

background-color css

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

 a { background-color: rgb(170,126,221); }

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

border-color css

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

 span { border-color: rgb(170,126,221); }

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