#A12F78

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

Shades of Medium Red Violet #A12F78

Tints of Medium Red Violet #A12F78

Color information

#A12F78 (or 0xA12F78) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2F and 78. RGB value is (161,47,120). Sum of RGB (Red+Green+Blue) = 161+47+120=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F78 is #5ED087. Grayscale: #595959. Windows color (decimal): -6213768 or 7876513. OLE color: 7876513.

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

Color convert

RGB16147120-
CMYK00.710.250.37
HSL321.58º54.81%40.78%-
HSV(B)321.58º70.81%63.14%-
XYZ19.110.9718.88-
YUV89.41145.27179.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 47 (18.75% from 255) = 14.33%
BLUE value IS 120 (47.27% from 255) = 36.59%
R=49.09%
G=14.33%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614712000.710.250.37321.5854.8140.78
HexA12F7804719251423729
Octal24157170010731455026751
Binary1010000110111111110000100011111001100101101000010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F78; }

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

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

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

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

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

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

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

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