#A12B87

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

Shades of Medium Red Violet #A12B87

Tints of Medium Red Violet #A12B87

Color information

#A12B87 (or 0xA12B87) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2B and 87. RGB value is (161,43,135). Sum of RGB (Red+Green+Blue) = 161+43+135=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 43 (17.19% from 255 or 12.68% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12B87 is #5ED478. Grayscale: #585858. Windows color (decimal): -6214777 or 8858529. OLE color: 8858529.

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

Color convert

RGB16143135-
CMYK00.730.160.37
HSL313.22º57.84%40%-
HSV(B)313.22º73.29%63.14%-
XYZ19.9311.0524-
YUV88.77154.09179.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 43 (17.19% from 255) = 12.68%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=47.49%
G=12.68%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614313500.730.160.37313.2257.8440
HexA12B8704910251393a28
Octal24153207011120454717250
Binary10100001101011100001110100100110000100101100111001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12B87; }

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

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

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

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

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

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

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

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