#A1347D

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

Shades of Medium Red Violet #A1347D

Tints of Medium Red Violet #A1347D

Color information

#A1347D (or 0xA1347D) is unknown color: approx Medium Red Violet. HEX triplet: A1, 34 and 7D. RGB value is (161,52,125). Sum of RGB (Red+Green+Blue) = 161+52+125=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1347D is #5ECB82. Grayscale: #5C5C5C. Windows color (decimal): -6212483 or 8205473. OLE color: 8205473.

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

Color convert

RGB16152125-
CMYK00.680.220.37
HSL319.82º51.17%41.76%-
HSV(B)319.82º67.7%63.14%-
XYZ19.6311.5120.59-
YUV92.91146.11176.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=47.63%
G=15.38%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615212500.680.220.37319.8251.1741.76
HexA1347D0441625140332a
Octal24164175010426455006352
Binary1010000111010011111010100010010110100101101000000110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1347D; }

 p { color: rgb(161,52,125); }

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

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

 a { background-color: rgb(161,52,125); }

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

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

 span { border-color: rgb(161,52,125); }

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