#A12B77

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

Shades of Medium Red Violet #A12B77

Tints of Medium Red Violet #A12B77

Color information

#A12B77 (or 0xA12B77) is unknown color: approx Medium Red Violet. HEX triplet: A1, 2B and 77. RGB value is (161,43,119). Sum of RGB (Red+Green+Blue) = 161+43+119=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12B77 is #5ED488. Grayscale: #565656. Windows color (decimal): -6214793 or 7809953. OLE color: 7809953.

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

Color convert

RGB16143119-
CMYK00.730.260.37
HSL321.36º57.84%40%-
HSV(B)321.36º73.29%63.14%-
XYZ18.8910.6418.51-
YUV86.95146.09180.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 43 (17.19% from 255) = 13.31%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=49.85%
G=13.31%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614311900.730.260.37321.3657.8440
HexA12B770491A251413a28
Octal24153167011132455017250
Binary1010000110101111101110100100111010100101101000001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12B77; }

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

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

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

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

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

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

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

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