Html Css Color HEX #AA7FE8 Medium Purple

📋 copy color: '#AA7FE8'

red 170 ◦ green 127 ◦ blue 232

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

Shades of Medium Purple #AA7FE8

Tints of Medium Purple #AA7FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.86%

R = 32.14%
G = 24.01%
B = 43.86%

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

#AA7FE8 (or 0xAA7FE8) is known color: Medium Purple. HEX triplet: AA, 7F and E8. RGB value is (170,127,232). Sum of RGB (Red+Green+Blue) = 170+127+232=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA7FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FE8 is #558017. Grayscale: #979797. Windows color (decimal): -5603352 or 15237034. OLE color: 15237034.

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

Color convert

RGB 170 127 232 -
CMYK 0.27 0.45 0 0.09
HSL 264.57º 0.7% 0.7% -
HSV(B) 264.57º 0.45% 0.91% -
XYZ 38.73 29.55 80.01 -
YUV 151.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 170 127 232 0.27 0.45 0 0.09 264.57 0.7 0.7
Hex AA 7F E8 1B 2D 0 9 109 46 46
Octal 252 177 350 33 55 0 11 411 106 106
Binary 10101010 1111111 11101000 11011 101101 0 1001 100001001 1000110 1000110

Color Harmonies of #AA7FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FE8

Black with #AA7FE8

Text Example


Text Example

White with #AA7FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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