#A70C85

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

Shades of Medium Violet Red #A70C85

Tints of Medium Violet Red #A70C85

Color information

#A70C85 (or 0xA70C85) is unknown color: approx Medium Violet Red. HEX triplet: A7, 0C and 85. RGB value is (167,12,133). Sum of RGB (Red+Green+Blue) = 167+12+133=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70C85 is #58F37A. Grayscale: #474747. Windows color (decimal): -5829499 or 8719527. OLE color: 8719527.

HSL color Cylindrical-coordinate representation of color #A70C85: hue angle of 313.16º 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 #A70C85 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB16712133-
CMYK00.930.200.35
HSL313.16º86.59%35.1%-
HSV(B)313.16º92.81%65.49%-
XYZ20.310.1723.08-
YUV72.14162.35195.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.53%
GREEN value IS 12 (5.08% from 255) = 3.85%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=53.53%
G=3.85%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671213300.930.200.35313.1686.5935.1
HexA7C8505D14231395723
Octal247142050135244347112743
Binary1010011111001000010101011101101001000111001110011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70C85; }

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

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

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

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

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

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

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

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