#a12773

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

Shades of Medium Red Violet #A12773

Tints of Medium Red Violet #A12773

Color information

#A12773 (or 0xA12773) is unknown color: approx Medium Red Violet. HEX triplet: A1, 27 and 73. RGB value is (161,39,115). Sum of RGB (Red+Green+Blue) = 161+39+115=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A12773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12773 is #5ED88C. Grayscale: #535353. Windows color (decimal): -6215821 or 7546785. OLE color: 7546785.

HSL color Cylindrical-coordinate representation of color #A12773: hue angle of 322.62º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12773 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16139115-
CMYK00.760.290.37
HSL322.62º61%39.22%-
HSV(B)322.62º75.78%63.14%-
XYZ18.5210.2717.23-
YUV84.14145.42182.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=51.11%
G=12.38%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613911500.760.290.37322.626139.22
HexA1277304C1D251433d27
Octal24147163011435455037547
Binary1010000110011111100110100110011101100101101000011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a12773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a12773; }

 p { color: rgb(161,39,115); }

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

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

 a { background-color: rgb(161,39,115); }

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

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

 span { border-color: rgb(161,39,115); }

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