#A12C92

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

Shades of Medium Red Violet #A12C92

Tints of Medium Red Violet #A12C92

Color information

#A12C92 (or 0xA12C92) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2C and 92. RGB value is (161,44,146). Sum of RGB (Red+Green+Blue) = 161+44+146=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12C92 is #5ED36D. Grayscale: #5A5A5A. Windows color (decimal): -6214510 or 9579681. OLE color: 9579681.

HSL color Cylindrical-coordinate representation of color #A12C92: hue angle of 307.69º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12C92 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB16144146-
CMYK00.730.090.37
HSL307.69º57.07%40.2%-
HSV(B)307.69º72.67%63.14%-
XYZ20.7911.4528.31-
YUV90.61159.26178.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 44 (17.58% from 255) = 12.54%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=45.87%
G=12.54%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614414600.730.090.37307.6957.0740.2
HexA12C920499251343928
Octal24154222011111454647150
Binary1010000110110010010010010010011001100101100110100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12C92; }

 p { color: rgb(161,44,146); }

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

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

 a { background-color: rgb(161,44,146); }

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

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

 span { border-color: rgb(161,44,146); }

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