#A1417C

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

Shades of Medium Red Violet #A1417C

Tints of Medium Red Violet #A1417C

Color information

#A1417C (or 0xA1417C) is unknown color: approx Medium Red Violet. HEX triplet: A1, 41 and 7C. RGB value is (161,65,124). Sum of RGB (Red+Green+Blue) = 161+65+124=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1417C is #5EBE83. Grayscale: #646464. Windows color (decimal): -6209156 or 8143265. OLE color: 8143265.

HSL color Cylindrical-coordinate representation of color #A1417C: hue angle of 323.12º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1417C is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16165124-
CMYK00.600.230.37
HSL323.12º42.48%44.31%-
HSV(B)323.12º59.63%63.14%-
XYZ20.2312.8120.48-
YUV100.43141.3171.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=46%
G=18.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616512400.600.230.37323.1242.4844.31
HexA1417C03C17251432a2c
Octal24110117407427455035254
Binary1010000110000011111100011110010111100101101000011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1417C; }

 p { color: rgb(161,65,124); }

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

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

 a { background-color: rgb(161,65,124); }

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

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

 span { border-color: rgb(161,65,124); }

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