#A62A71

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

Shades of Medium Red Violet #A62A71

Tints of Medium Red Violet #A62A71

Color information

#A62A71 (or 0xA62A71) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2A and 71. RGB value is (166,42,113). Sum of RGB (Red+Green+Blue) = 166+42+113=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 42 (16.80% from 255 or 13.08% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A71 is #59D58E. Grayscale: #575757. Windows color (decimal): -5887375 or 7416486. OLE color: 7416486.

HSL color Cylindrical-coordinate representation of color #A62A71: hue angle of 325.65º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62A71 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16642113-
CMYK00.750.320.35
HSL325.65º59.62%40.78%-
HSV(B)325.65º74.7%65.1%-
XYZ19.5310.9616.71-
YUV87.17142.58184.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 42 (16.80% from 255) = 13.08%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=51.71%
G=13.08%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664211300.750.320.35325.6559.6240.78
HexA62A7104B20231463c29
Octal24652161011340435067451
Binary10100110101010111000101001011100000100011101000110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62A71; }

 p { color: rgb(166,42,113); }

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

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

 a { background-color: rgb(166,42,113); }

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

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

 span { border-color: rgb(166,42,113); }

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