#AA71FF

Color #AA71FF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #AA71FF

Tints of Medium Purple #AA71FF

Color information

#AA71FF (or 0xAA71FF) is unknown color: approx Medium Purple. HEX triplet: AA, 71 and FF. RGB value is (170,113,255). Sum of RGB (Red+Green+Blue) = 170+113+255=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA71FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71FF is #558E00. Grayscale: #919191. Windows color (decimal): -5606913 or 16740778. OLE color: 16740778.

HSL color Cylindrical-coordinate representation of color #AA71FF: hue angle of 264.08º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA71FF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB170113255-
CMYK0.330.5600
HSL264.08º100%72.16%-
HSV(B)264.08º55.69%100%-
XYZ40.5327.5897.79-
YUV146.23189.38144.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 113 (44.53% from 255) = 21.00%
BLUE value IS 255 (100% from 255) = 47.40%
R=31.60%
G=21.00%
B=47.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1701132550.330.5600264.0810072.16
HexAA71FF2138001086448
Octal252161377417000410144110
Binary101010101110001111111111000011110000010000100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA71FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA71FF; }

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

 H1.HeaderClassName
 {
   color: #AA71FF;
 }
 .AnyTagClassName
 {
   color: #AA71FF;
 }
</style>
background-color css

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

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

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

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

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

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