Html Css Color HEX #AA7FE7 Medium Purple

📋 copy color: '#AA7FE7'

red 170 ◦ green 127 ◦ blue 231

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

Shades of Medium Purple #AA7FE7

Tints of Medium Purple #AA7FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.75%

R = 32.2%
G = 24.05%
B = 43.75%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA7FE7 (or 0xAA7FE7) is known color: Medium Purple. HEX triplet: AA, 7F and E7. RGB value is (170,127,231). Sum of RGB (Red+Green+Blue) = 170+127+231=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA7FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FE7 is #558018. Grayscale: #979797. Windows color (decimal): -5603353 or 15171498. OLE color: 15171498.

HSL color Cylindrical-coordinate representation of color #AA7FE7: hue angle of 264.81º degrees, saturation: 0.68, 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 #AA7FE7 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 127 231 -
CMYK 0.26 0.45 0 0.09
HSL 264.81º 0.68% 0.7% -
HSV(B) 264.81º 0.45% 0.91% -
XYZ 38.59 29.49 79.26 -
YUV 151.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 170 127 231 0.26 0.45 0 0.09 264.81 0.68 0.7
Hex AA 7F E7 1A 2D 0 9 109 44 46
Octal 252 177 347 32 55 0 11 411 104 106
Binary 10101010 1111111 11100111 11010 101101 0 1001 100001001 1000100 1000110

Color Harmonies of #AA7FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7FE7

Black with #AA7FE7

Text Example


Text Example

White with #AA7FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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