Html Css Color HEX #AA7FE0 Medium Purple

📋 copy color: '#AA7FE0'

red 170 ◦ green 127 ◦ blue 224

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

Shades of Medium Purple #AA7FE0

Tints of Medium Purple #AA7FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 32.63%
G = 24.38%
B = 42.99%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA7FE0 (or 0xAA7FE0) is known color: Medium Purple. HEX triplet: AA, 7F and E0. RGB value is (170,127,224). Sum of RGB (Red+Green+Blue) = 170+127+224=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA7FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FE0 is #55801F. Grayscale: #969696. Windows color (decimal): -5603360 or 14712746. OLE color: 14712746.

HSL color Cylindrical-coordinate representation of color #AA7FE0: hue angle of 266.6º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7FE0 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 127 224 -
CMYK 0.24 0.43 0 0.12
HSL 266.6º 0.61% 0.69% -
HSV(B) 266.6º 0.43% 0.88% -
XYZ 37.62 29.11 74.16 -
YUV 150.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 170 127 224 0.24 0.43 0 0.12 266.6 0.61 0.69
Hex AA 7F E0 18 2B 0 C 10B 3D 45
Octal 252 177 340 30 53 0 14 413 75 105
Binary 10101010 1111111 11100000 11000 101011 0 1100 100001011 111101 1000101

Color Harmonies of #AA7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FE0

Black with #AA7FE0

Text Example


Text Example

White with #AA7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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