#A70C83

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

Shades of Medium Violet Red #A70C83

Tints of Medium Violet Red #A70C83

Color information

#A70C83 (or 0xA70C83) is unknown color: approx Medium Violet Red. HEX triplet: A7, 0C and 83. RGB value is (167,12,131). Sum of RGB (Red+Green+Blue) = 167+12+131=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70C83 is #58F37C. Grayscale: #474747. Windows color (decimal): -5829501 or 8588455. OLE color: 8588455.

HSL color Cylindrical-coordinate representation of color #A70C83: hue angle of 313.94º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70C83 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16712131-
CMYK00.930.220.35
HSL313.94º86.59%35.1%-
HSV(B)313.94º92.81%65.49%-
XYZ20.1610.1222.36-
YUV71.91161.35195.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.87%
GREEN value IS 12 (5.08% from 255) = 3.87%
BLUE value IS 131 (51.56% from 255) = 42.26%
R=53.87%
G=3.87%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671213100.930.220.35313.9486.5935.1
HexA7C8305D162313a5723
Octal247142030135264347212743
Binary1010011111001000001101011101101101000111001110101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70C83; }

 p { color: rgb(167,12,131); }

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

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

 a { background-color: rgb(167,12,131); }

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

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

 span { border-color: rgb(167,12,131); }

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