#A70D83

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

Shades of Medium Violet Red #A70D83

Tints of Medium Violet Red #A70D83

Color information

#A70D83 (or 0xA70D83) is unknown color: approx Medium Violet Red. HEX triplet: A7, 0D and 83. RGB value is (167,13,131). Sum of RGB (Red+Green+Blue) = 167+13+131=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70D83 is #58F27C. Grayscale: #484848. Windows color (decimal): -5829245 or 8588711. OLE color: 8588711.

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

Color convert

RGB16713131-
CMYK00.920.220.35
HSL314.03º85.56%35.29%-
HSV(B)314.03º92.22%65.49%-
XYZ20.1810.1422.37-
YUV72.5161.02195.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 13 (5.47% from 255) = 4.18%
BLUE value IS 131 (51.56% from 255) = 42.12%
R=53.70%
G=4.18%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671313100.920.220.35314.0385.5635.29
HexA7D8305C162313a5623
Octal247152030134264347212643
Binary1010011111011000001101011100101101000111001110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70D83; }

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

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

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

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

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

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

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

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