#A1318E

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

Shades of Medium Red Violet #A1318E

Tints of Medium Red Violet #A1318E

Color information

#A1318E (or 0xA1318E) is unknown color: approx Medium Red Violet. HEX triplet: A1, 31 and 8E. RGB value is (161,49,142). Sum of RGB (Red+Green+Blue) = 161+49+142=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1318E is #5ECE71. Grayscale: #5C5C5C. Windows color (decimal): -6213234 or 9318817. OLE color: 9318817.

HSL color Cylindrical-coordinate representation of color #A1318E: hue angle of 310.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1318E is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16149142-
CMYK00.700.120.37
HSL310.18º53.33%41.18%-
HSV(B)310.18º69.57%63.14%-
XYZ20.6811.7326.76-
YUV93.09155.61176.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=45.74%
G=13.92%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614914200.700.120.37310.1853.3341.18
HexA1318E046C251363529
Octal24161216010614454666551
Binary1010000111000110001110010001101100100101100110110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1318E; }

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

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

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

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

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

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

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

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