#A1318A

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

Shades of Medium Red Violet #A1318A

Tints of Medium Red Violet #A1318A

Color information

#A1318A (or 0xA1318A) is unknown color: approx Medium Red Violet. HEX triplet: A1, 31 and 8A. RGB value is (161,49,138). Sum of RGB (Red+Green+Blue) = 161+49+138=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1318A is #5ECE75. Grayscale: #5C5C5C. Windows color (decimal): -6213238 or 9056673. OLE color: 9056673.

HSL color Cylindrical-coordinate representation of color #A1318A: hue angle of 312.32º 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 #A1318A is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16149138-
CMYK00.700.140.37
HSL312.32º53.33%41.18%-
HSV(B)312.32º69.57%63.14%-
XYZ20.3811.6125.21-
YUV92.63153.61176.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 49 (19.53% from 255) = 14.08%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=46.26%
G=14.08%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614913800.700.140.37312.3253.3341.18
HexA1318A046E251383529
Octal24161212010616454706551
Binary1010000111000110001010010001101110100101100111000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1318A; }

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

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

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

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

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

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

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

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