#aa71eb

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

Shades of Medium Purple #AA71EB

Tints of Medium Purple #AA71EB

Color information

#AA71EB (or 0xAA71EB) is unknown color: approx Medium Purple. HEX triplet: AA, 71 and EB. RGB value is (170,113,235). Sum of RGB (Red+Green+Blue) = 170+113+235=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA71EB is #558E14. Grayscale: #8F8F8F. Windows color (decimal): -5606933 or 15430058. OLE color: 15430058.

HSL color Cylindrical-coordinate representation of color #AA71EB: hue angle of 268.03º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA71EB is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170113235-
CMYK0.280.5200.08
HSL268.03º75.31%68.24%-
HSV(B)268.03º51.91%92.16%-
XYZ37.4826.3581.71-
YUV143.95179.38146.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=32.82%
G=21.81%
B=45.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701132350.280.5200.08268.0375.3168.24
HexAA71EB1C340810c4b44
Octal2521613533464010414113104
Binary10101010111000111101011111001101000100010000110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa71eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa71eb; }

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

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

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

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

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

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

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

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