Html Css Color HEX #AA7FE9 Medium Purple

📋 copy color: '#AA7FE9'

red 170 ◦ green 127 ◦ blue 233

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

Shades of Medium Purple #AA7FE9

Tints of Medium Purple #AA7FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.96%

R = 32.08%
G = 23.96%
B = 43.96%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA7FE9 (or 0xAA7FE9) is known color: Medium Purple. HEX triplet: AA, 7F and E9. RGB value is (170,127,233). Sum of RGB (Red+Green+Blue) = 170+127+233=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA7FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FE9 is #558016. Grayscale: #979797. Windows color (decimal): -5603351 or 15302570. OLE color: 15302570.

HSL color Cylindrical-coordinate representation of color #AA7FE9: hue angle of 264.34º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7FE9 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 127 233 -
CMYK 0.27 0.45 0 0.09
HSL 264.34º 0.71% 0.71% -
HSV(B) 264.34º 0.45% 0.91% -
XYZ 38.87 29.61 80.76 -
YUV 151.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 170 127 233 0.27 0.45 0 0.09 264.34 0.71 0.71
Hex AA 7F E9 1B 2D 0 9 108 47 47
Octal 252 177 351 33 55 0 11 410 107 107
Binary 10101010 1111111 11101001 11011 101101 0 1001 100001000 1000111 1000111

Color Harmonies of #AA7FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FE9

Black with #AA7FE9

Text Example


Text Example

White with #AA7FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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