#A071F4

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

Shades of Medium Purple #A071F4

Tints of Medium Purple #A071F4

Color information

#A071F4 (or 0xA071F4) is unknown color: approx Medium Purple. HEX triplet: A0, 71 and F4. RGB value is (160,113,244). Sum of RGB (Red+Green+Blue) = 160+113+244=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #A071F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071F4 is #5F8E0B. Grayscale: #8D8D8D. Windows color (decimal): -6262284 or 16019872. OLE color: 16019872.

HSL color Cylindrical-coordinate representation of color #A071F4: hue angle of 261.53º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A071F4 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB160113244-
CMYK0.340.5400.04
HSL261.53º85.62%70%-
HSV(B)261.53º53.69%95.69%-
XYZ36.7325.8288.63-
YUV141.99185.57140.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.95%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 244 (95.70% from 255) = 47.20%
R=30.95%
G=21.86%
B=47.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1601132440.340.5400.04261.5385.6270
HexA071F42236041065646
Octal240161364426604406126106
Binary10100000111000111110100100010110110010010000011010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071F4; }

 p { color: rgb(160,113,244); }

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

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

 a { background-color: rgb(160,113,244); }

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

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

 span { border-color: rgb(160,113,244); }

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