#A71782

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

Shades of Medium Violet Red #A71782

Tints of Medium Violet Red #A71782

Color information

#A71782 (or 0xA71782) is unknown color: approx Medium Violet Red. HEX triplet: A7, 17 and 82. RGB value is (167,23,130). Sum of RGB (Red+Green+Blue) = 167+23+130=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A71782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71782 is #58E87D. Grayscale: #4D4D4D. Windows color (decimal): -5826686 or 8525735. OLE color: 8525735.

HSL color Cylindrical-coordinate representation of color #A71782: hue angle of 315.42º 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 #A71782 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16723130-
CMYK00.860.220.35
HSL315.42º75.79%37.25%-
HSV(B)315.42º86.23%65.49%-
XYZ20.2710.4422.07-
YUV78.25157.21191.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 23 (9.38% from 255) = 7.19%
BLUE value IS 130 (51.17% from 255) = 40.62%
R=52.19%
G=7.19%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672313000.860.220.35315.4275.7937.25
HexA71782056162313b4c25
Octal247272020126264347311445
Binary10100111101111000001001010110101101000111001110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71782; }

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

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

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

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

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

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

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

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