#A71486

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

Shades of Medium Violet Red #A71486

Tints of Medium Violet Red #A71486

Color information

#A71486 (or 0xA71486) is unknown color: approx Medium Violet Red. HEX triplet: A7, 14 and 86. RGB value is (167,20,134). Sum of RGB (Red+Green+Blue) = 167+20+134=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A71486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71486 is #58EB79. Grayscale: #4C4C4C. Windows color (decimal): -5827450 or 8787111. OLE color: 8787111.

HSL color Cylindrical-coordinate representation of color #A71486: hue angle of 313.47º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71486 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16720134-
CMYK00.880.200.35
HSL313.47º78.61%36.67%-
HSV(B)313.47º88.02%65.49%-
XYZ20.4910.4423.49-
YUV76.95160.2192.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=52.02%
G=6.23%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672013400.880.200.35313.4778.6136.67
HexA7148605814231394f25
Octal247242060130244347111745
Binary10100111101001000011001011000101001000111001110011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71486; }

 p { color: rgb(167,20,134); }

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

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

 a { background-color: rgb(167,20,134); }

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

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

 span { border-color: rgb(167,20,134); }

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