Html Css Color HEX #AA71E7 Medium Purple

📋 copy color: '#AA71E7'

red 170 ◦ green 113 ◦ blue 231

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

Shades of Medium Purple #AA71E7

Tints of Medium Purple #AA71E7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.98%

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

R = 33.07%
G = 21.98%
B = 44.94%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA71E7 (or 0xAA71E7) is known color: Medium Purple. HEX triplet: AA, 71 and E7. RGB value is (170,113,231). Sum of RGB (Red+Green+Blue) = 170+113+231=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA71E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71E7 is #558E18. Grayscale: #8F8F8F. Windows color (decimal): -5606937 or 15167914. OLE color: 15167914.

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

Color convert

RGB 170 113 231 -
CMYK 0.26 0.51 0 0.09
HSL 268.98º 0.71% 0.67% -
HSV(B) 268.98º 0.51% 0.91% -
XYZ 36.91 26.13 78.7 -
YUV 143.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 170 113 231 0.26 0.51 0 0.09 268.98 0.71 0.67
Hex AA 71 E7 1A 33 0 9 10D 47 43
Octal 252 161 347 32 63 0 11 415 107 103
Binary 10101010 1110001 11100111 11010 110011 0 1001 100001101 1000111 1000011

Color Harmonies of #AA71E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71E7

Black with #AA71E7

Text Example


Text Example

White with #AA71E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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