#A12C85

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

Shades of Medium Red Violet #A12C85

Tints of Medium Red Violet #A12C85

Color information

#A12C85 (or 0xA12C85) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2C and 85. RGB value is (161,44,133). Sum of RGB (Red+Green+Blue) = 161+44+133=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12C85 is #5ED37A. Grayscale: #585858. Windows color (decimal): -6214523 or 8727713. OLE color: 8727713.

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

Color convert

RGB16144133-
CMYK00.730.170.37
HSL314.36º57.07%40.2%-
HSV(B)314.36º72.67%63.14%-
XYZ19.8311.0723.28-
YUV89.13152.76179.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 44 (17.58% from 255) = 13.02%
BLUE value IS 133 (52.34% from 255) = 39.35%
R=47.63%
G=13.02%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614413300.730.170.37314.3657.0740.2
HexA12C85049112513a3928
Octal24154205011121454727150
Binary10100001101100100001010100100110001100101100111010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12C85; }

 p { color: rgb(161,44,133); }

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

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

 a { background-color: rgb(161,44,133); }

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

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

 span { border-color: rgb(161,44,133); }

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