#A13D8E

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

Shades of Medium Red Violet #A13D8E

Tints of Medium Red Violet #A13D8E

Color information

#A13D8E (or 0xA13D8E) is unknown color: approx Medium Red Violet. HEX triplet: A1, 3D and 8E. RGB value is (161,61,142). Sum of RGB (Red+Green+Blue) = 161+61+142=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 61 (24.22% from 255 or 16.76% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D8E is #5EC271. Grayscale: #636363. Windows color (decimal): -6210162 or 9321889. OLE color: 9321889.

HSL color Cylindrical-coordinate representation of color #A13D8E: hue angle of 311.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D8E is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16161142-
CMYK00.620.120.37
HSL311.4º45.05%43.53%-
HSV(B)311.4º62.11%63.14%-
XYZ21.2512.8726.95-
YUV100.13151.63171.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 61 (24.22% from 255) = 16.76%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=44.23%
G=16.76%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616114200.620.120.37311.445.0543.53
HexA13D8E03EC251372d2c
Octal2417521607614454675554
Binary101000011111011000111001111101100100101100110111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D8E; }

 p { color: rgb(161,61,142); }

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

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

 a { background-color: rgb(161,61,142); }

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

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

 span { border-color: rgb(161,61,142); }

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