#A12B78

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

Shades of Medium Red Violet #A12B78

Tints of Medium Red Violet #A12B78

Color information

#A12B78 (or 0xA12B78) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2B and 78. RGB value is (161,43,120). Sum of RGB (Red+Green+Blue) = 161+43+120=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12B78 is #5ED487. Grayscale: #565656. Windows color (decimal): -6214792 or 7875489. OLE color: 7875489.

HSL color Cylindrical-coordinate representation of color #A12B78: hue angle of 320.85º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12B78 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16143120-
CMYK00.730.250.37
HSL320.85º57.84%40%-
HSV(B)320.85º73.29%63.14%-
XYZ18.9510.6618.83-
YUV87.06146.59180.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 43 (17.19% from 255) = 13.27%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=49.69%
G=13.27%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614312000.730.250.37320.8557.8440
HexA12B7804919251413a28
Octal24153170011131455017250
Binary1010000110101111110000100100111001100101101000001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12B78; }

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

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

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

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

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

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

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

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