#A12E94

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

Shades of Medium Red Violet #A12E94

Tints of Medium Red Violet #A12E94

Color information

#A12E94 (or 0xA12E94) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2E and 94. RGB value is (161,46,148). Sum of RGB (Red+Green+Blue) = 161+46+148=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12E94 is #5ED16B. Grayscale: #5B5B5B. Windows color (decimal): -6213996 or 9711265. OLE color: 9711265.

HSL color Cylindrical-coordinate representation of color #A12E94: hue angle of 306.78º 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 #A12E94 is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB16146148-
CMYK00.710.080.37
HSL306.78º55.56%40.59%-
HSV(B)306.78º71.43%63.14%-
XYZ21.0211.6729.16-
YUV92.01159.6177.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 46 (18.36% from 255) = 12.96%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=45.35%
G=12.96%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614614800.710.080.37306.7855.5640.59
HexA12E940478251333829
Octal24156224010710454637051
Binary1010000110111010010100010001111000100101100110011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E94; }

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

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

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

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

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

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

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

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