#A12E97

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

Shades of Medium Red Violet #A12E97

Tints of Medium Red Violet #A12E97

Color information

#A12E97 (or 0xA12E97) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2E and 97. RGB value is (161,46,151). Sum of RGB (Red+Green+Blue) = 161+46+151=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12E97 is #5ED168. Grayscale: #5C5C5C. Windows color (decimal): -6213993 or 9907873. OLE color: 9907873.

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

Color convert

RGB16146151-
CMYK00.710.060.37
HSL305.22º55.56%40.59%-
HSV(B)305.22º71.43%63.14%-
XYZ21.2611.7730.43-
YUV92.35161.1176.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 46 (18.36% from 255) = 12.85%
BLUE value IS 151 (59.38% from 255) = 42.18%
R=44.97%
G=12.85%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614615100.710.060.37305.2255.5640.59
HexA12E970476251313829
Octal2415622701076454617051
Binary101000011011101001011101000111110100101100110001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E97; }

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

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

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

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

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

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

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

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