#A12A81

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

Shades of Medium Red Violet #A12A81

Tints of Medium Red Violet #A12A81

Color information

#A12A81 (or 0xA12A81) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2A and 81. RGB value is (161,42,129). Sum of RGB (Red+Green+Blue) = 161+42+129=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12A81 is #5ED57E. Grayscale: #575757. Windows color (decimal): -6215039 or 8465057. OLE color: 8465057.

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

Color convert

RGB16142129-
CMYK00.740.200.37
HSL316.13º58.62%39.8%-
HSV(B)316.13º73.91%63.14%-
XYZ19.4910.8221.83-
YUV87.5151.42180.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.49%
GREEN value IS 42 (16.80% from 255) = 12.65%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=48.49%
G=12.65%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614212900.740.200.37316.1358.6239.8
HexA12A8104A142513c3b28
Octal24152201011224454747350
Binary10100001101010100000010100101010100100101100111100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A81; }

 p { color: rgb(161,42,129); }

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

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

 a { background-color: rgb(161,42,129); }

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

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

 span { border-color: rgb(161,42,129); }

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