#A12F97

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

Shades of Medium Red Violet #A12F97

Tints of Medium Red Violet #A12F97

Color information

#A12F97 (or 0xA12F97) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2F and 97. RGB value is (161,47,151). Sum of RGB (Red+Green+Blue) = 161+47+151=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 151 (59.38% from 255 or 42.06% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12F97 is #5ED068. Grayscale: #5C5C5C. Windows color (decimal): -6213737 or 9908129. OLE color: 9908129.

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

Color convert

RGB16147151-
CMYK00.710.060.37
HSL305.26º54.81%40.78%-
HSV(B)305.26º70.81%63.14%-
XYZ21.311.8430.44-
YUV92.94160.77176.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 47 (18.75% from 255) = 13.09%
BLUE value IS 151 (59.38% from 255) = 42.06%
R=44.85%
G=13.09%
B=42.06%

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
Decimal1614715100.710.060.37305.2654.8140.78
HexA12F970476251313729
Octal2415722701076454616751
Binary101000011011111001011101000111110100101100110001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F97; }

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

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

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

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

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

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

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

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