#A71785

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

Shades of Medium Violet Red #A71785

Tints of Medium Violet Red #A71785

Color information

#A71785 (or 0xA71785) is unknown color: approx Medium Violet Red. HEX triplet: A7, 17 and 85. RGB value is (167,23,133). Sum of RGB (Red+Green+Blue) = 167+23+133=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A71785 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71785 is #58E87A. Grayscale: #4E4E4E. Windows color (decimal): -5826683 or 8722343. OLE color: 8722343.

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

Color convert

RGB16723133-
CMYK00.860.200.35
HSL314.17º75.79%37.25%-
HSV(B)314.17º86.23%65.49%-
XYZ20.4810.5223.14-
YUV78.6158.71191.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 23 (9.38% from 255) = 7.12%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=51.70%
G=7.12%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672313300.860.200.35314.1775.7937.25
HexA71785056142313a4c25
Octal247272050126244347211445
Binary10100111101111000010101010110101001000111001110101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71785; }

 p { color: rgb(167,23,133); }

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

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

 a { background-color: rgb(167,23,133); }

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

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

 span { border-color: rgb(167,23,133); }

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