#A971EA

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

Shades of Medium Purple #A971EA

Tints of Medium Purple #A971EA

Color information

#A971EA (or 0xA971EA) is unknown color: approx Medium Purple. HEX triplet: A9, 71 and EA. RGB value is (169,113,234). Sum of RGB (Red+Green+Blue) = 169+113+234=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #A971EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A971EA is #568E15. Grayscale: #8F8F8F. Windows color (decimal): -5672470 or 15364521. OLE color: 15364521.

HSL color Cylindrical-coordinate representation of color #A971EA: hue angle of 267.77º degrees, saturation: 0.74, 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 #A971EA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169113234-
CMYK0.280.5200.08
HSL267.77º74.23%68.04%-
HSV(B)267.77º51.71%91.76%-
XYZ37.1226.1980.94-
YUV143.54179.05146.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 113 (44.53% from 255) = 21.90%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=32.75%
G=21.90%
B=45.35%

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
Decimal1691132340.280.5200.08267.7774.2368.04
HexA971EA1C340810c4a44
Octal2511613523464010414112104
Binary10101001111000111101010111001101000100010000110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971EA; }

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

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

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

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

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

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

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

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