#A13685

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

Shades of Medium Red Violet #A13685

Tints of Medium Red Violet #A13685

Color information

#A13685 (or 0xA13685) is unknown color: approx Medium Red Violet. HEX triplet: A1, 36 and 85. RGB value is (161,54,133). Sum of RGB (Red+Green+Blue) = 161+54+133=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A13685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13685 is #5EC97A. Grayscale: #5E5E5E. Windows color (decimal): -6211963 or 8730273. OLE color: 8730273.

HSL color Cylindrical-coordinate representation of color #A13685: hue angle of 315.7º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13685 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16154133-
CMYK00.660.170.37
HSL315.7º49.77%42.16%-
HSV(B)315.7º66.46%63.14%-
XYZ20.2511.9123.42-
YUV95149.45175.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 54 (21.48% from 255) = 15.52%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=46.26%
G=15.52%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615413300.660.170.37315.749.7742.16
HexA13685042112513c322a
Octal24166205010221454746252
Binary10100001110110100001010100001010001100101100111100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13685; }

 p { color: rgb(161,54,133); }

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

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

 a { background-color: rgb(161,54,133); }

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

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

 span { border-color: rgb(161,54,133); }

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