Html Css Color HEX #AA7EEC Medium Purple

📋 copy color: '#AA7EEC'

red 170 ◦ green 126 ◦ blue 236

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

Shades of Medium Purple #AA7EEC

Tints of Medium Purple #AA7EEC

RGB

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

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

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

R = 31.95%
G = 23.68%
B = 44.36%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA7EEC (or 0xAA7EEC) is known color: Medium Purple. HEX triplet: AA, 7E and EC. RGB value is (170,126,236). Sum of RGB (Red+Green+Blue) = 170+126+236=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA7EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EEC is #558113. Grayscale: #979797. Windows color (decimal): -5603604 or 15498922. OLE color: 15498922.

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

Color convert

RGB 170 126 236 -
CMYK 0.28 0.47 0 0.07
HSL 264º 0.74% 0.71% -
HSV(B) 264º 0.47% 0.93% -
XYZ 39.18 29.52 82.99 -
YUV 151.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 170 126 236 0.28 0.47 0 0.07 264 0.74 0.71
Hex AA 7E EC 1C 2F 0 7 108 4A 47
Octal 252 176 354 34 57 0 7 410 112 107
Binary 10101010 1111110 11101100 11100 101111 0 111 100001000 1001010 1000111

Color Harmonies of #AA7EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7EEC

Black with #AA7EEC

Text Example


Text Example

White with #AA7EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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