#A971E9

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

Shades of Medium Purple #A971E9

Tints of Medium Purple #A971E9

Color information

#A971E9 (or 0xA971E9) is unknown color: approx Medium Purple. HEX triplet: A9, 71 and E9. RGB value is (169,113,233). Sum of RGB (Red+Green+Blue) = 169+113+233=515 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.82% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #A971E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A971E9 is #568E16. Grayscale: #8F8F8F. Windows color (decimal): -5672471 or 15298985. OLE color: 15298985.

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

Color convert

RGB169113233-
CMYK0.270.5200.09
HSL268º73.17%67.84%-
HSV(B)268º51.5%91.37%-
XYZ36.9826.1380.19-
YUV143.42178.55146.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.82%
GREEN value IS 113 (44.53% from 255) = 21.94%
BLUE value IS 233 (91.41% from 255) = 45.24%
R=32.82%
G=21.94%
B=45.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1691132330.270.5200.0926873.1767.84
HexA971E91B340910c4944
Octal2511613513364011414111104
Binary10101001111000111101001110111101000100110000110010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971E9; }

 p { color: rgb(169,113,233); }

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

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

 a { background-color: rgb(169,113,233); }

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

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

 span { border-color: rgb(169,113,233); }

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