Html Css Color HEX #AA7EDA Medium Purple

📋 copy color: '#AA7EDA'

red 170 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #AA7EDA

Tints of Medium Purple #AA7EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.41%

R = 33.07%
G = 24.51%
B = 42.41%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA7EDA (or 0xAA7EDA) is known color: Medium Purple. HEX triplet: AA, 7E and DA. RGB value is (170,126,218). Sum of RGB (Red+Green+Blue) = 170+126+218=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EDA is #558125. Grayscale: #959595. Windows color (decimal): -5603622 or 14319274. OLE color: 14319274.

HSL color Cylindrical-coordinate representation of color #AA7EDA: hue angle of 268.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7EDA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 126 218 -
CMYK 0.22 0.42 0 0.15
HSL 268.7º 0.55% 0.67% -
HSV(B) 268.7º 0.42% 0.85% -
XYZ 36.69 28.53 69.9 -
YUV 149.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 170 126 218 0.22 0.42 0 0.15 268.7 0.55 0.67
Hex AA 7E DA 16 2A 0 F 10D 37 43
Octal 252 176 332 26 52 0 17 415 67 103
Binary 10101010 1111110 11011010 10110 101010 0 1111 100001101 110111 1000011

Color Harmonies of #AA7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EDA

Black with #AA7EDA

Text Example


Text Example

White with #AA7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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