#A071F9

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

Shades of Medium Purple #A071F9

Tints of Medium Purple #A071F9

Color information

#A071F9 (or 0xA071F9) is unknown color: approx Medium Purple. HEX triplet: A0, 71 and F9. RGB value is (160,113,249). Sum of RGB (Red+Green+Blue) = 160+113+249=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #A071F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A071F9 is #5F8E06. Grayscale: #8E8E8E. Windows color (decimal): -6262279 or 16347552. OLE color: 16347552.

HSL color Cylindrical-coordinate representation of color #A071F9: hue angle of 260.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A071F9 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB160113249-
CMYK0.360.5500.02
HSL260.74º91.89%70.98%-
HSV(B)260.74º54.62%97.65%-
XYZ37.526.1292.69-
YUV142.56188.07140.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=30.65%
G=21.65%
B=47.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1601132490.360.5500.02260.7491.8970.98
HexA071F92437021055c47
Octal240161371446702405134107
Binary1010000011100011111100110010011011101010000010110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A071F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A071F9; }

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

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

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

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

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

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

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

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