Html Css Color HEX #AA7FEC Medium Purple

📋 copy color: '#AA7FEC'

red 170 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #AA7FEC

Tints of Medium Purple #AA7FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

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

R = 31.89%
G = 23.83%
B = 44.28%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA7FEC (or 0xAA7FEC) is known color: Medium Purple. HEX triplet: AA, 7F and EC. RGB value is (170,127,236). Sum of RGB (Red+Green+Blue) = 170+127+236=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA7FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FEC is #558013. Grayscale: #979797. Windows color (decimal): -5603348 or 15499178. OLE color: 15499178.

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

Color convert

RGB 170 127 236 -
CMYK 0.28 0.46 0 0.07
HSL 263.67º 0.74% 0.71% -
HSV(B) 263.67º 0.46% 0.93% -
XYZ 39.31 29.78 83.03 -
YUV 152.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 170 127 236 0.28 0.46 0 0.07 263.67 0.74 0.71
Hex AA 7F EC 1C 2E 0 7 108 4A 47
Octal 252 177 354 34 56 0 7 410 112 107
Binary 10101010 1111111 11101100 11100 101110 0 111 100001000 1001010 1000111

Color Harmonies of #AA7FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FEC

Black with #AA7FEC

Text Example


Text Example

White with #AA7FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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