#A12E92

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

Shades of Medium Red Violet #A12E92

Tints of Medium Red Violet #A12E92

Color information

#A12E92 (or 0xA12E92) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2E and 92. RGB value is (161,46,146). Sum of RGB (Red+Green+Blue) = 161+46+146=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12E92 is #5ED16D. Grayscale: #5B5B5B. Windows color (decimal): -6213998 or 9580193. OLE color: 9580193.

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

Color convert

RGB16146146-
CMYK00.710.090.37
HSL307.83º55.56%40.59%-
HSV(B)307.83º71.43%63.14%-
XYZ20.8611.6128.33-
YUV91.78158.6177.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 46 (18.36% from 255) = 13.03%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=45.61%
G=13.03%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614614600.710.090.37307.8355.5640.59
HexA12E920479251343829
Octal24156222010711454647051
Binary1010000110111010010010010001111001100101100110100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E92; }

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

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

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

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

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

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

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

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