#A971FE

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

Shades of Medium Purple #A971FE

Tints of Medium Purple #A971FE

Color information

#A971FE (or 0xA971FE) is unknown color: approx Medium Purple. HEX triplet: A9, 71 and FE. RGB value is (169,113,254). Sum of RGB (Red+Green+Blue) = 169+113+254=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #A971FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A971FE is #568E01. Grayscale: #919191. Windows color (decimal): -5672450 or 16675241. OLE color: 16675241.

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

Color convert

RGB169113254-
CMYK0.330.5600.00
HSL263.83º98.6%71.96%-
HSV(B)263.83º55.51%99.61%-
XYZ40.1627.496.94-
YUV145.82189.05144.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 113 (44.53% from 255) = 21.08%
BLUE value IS 254 (99.61% from 255) = 47.39%
R=31.53%
G=21.08%
B=47.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691132540.330.5600.00263.8398.671.96
HexA971FE2138001086348
Octal251161376417000410143110
Binary101010011110001111111101000011110000010000100011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A971FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A971FE; }

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

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

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

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

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

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

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

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