#A12E86

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

Shades of Medium Red Violet #A12E86

Tints of Medium Red Violet #A12E86

Color information

#A12E86 (or 0xA12E86) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2E and 86. RGB value is (161,46,134). Sum of RGB (Red+Green+Blue) = 161+46+134=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12E86 is #5ED179. Grayscale: #5A5A5A. Windows color (decimal): -6214010 or 8793761. OLE color: 8793761.

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

Color convert

RGB16146134-
CMYK00.710.170.37
HSL314.09º55.56%40.59%-
HSV(B)314.09º71.43%63.14%-
XYZ19.9811.2523.67-
YUV90.42152.6178.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 46 (18.36% from 255) = 13.49%
BLUE value IS 134 (52.73% from 255) = 39.30%
R=47.21%
G=13.49%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614613400.710.170.37314.0955.5640.59
HexA12E86047112513a3829
Octal24156206010721454727051
Binary10100001101110100001100100011110001100101100111010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E86; }

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

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

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

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

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

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

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

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