#A1398C

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

Shades of Medium Red Violet #A1398C

Tints of Medium Red Violet #A1398C

Color information

#A1398C (or 0xA1398C) is unknown color: approx Medium Red Violet. HEX triplet: A1, 39 and 8C. RGB value is (161,57,140). Sum of RGB (Red+Green+Blue) = 161+57+140=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1398C is #5EC673. Grayscale: #616161. Windows color (decimal): -6211188 or 9189793. OLE color: 9189793.

HSL color Cylindrical-coordinate representation of color #A1398C: hue angle of 312.12º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1398C is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB16157140-
CMYK00.650.130.37
HSL312.12º47.71%42.75%-
HSV(B)312.12º64.6%63.14%-
XYZ20.8912.426.1-
YUV97.56151.96173.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=44.97%
G=15.92%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615714000.650.130.37312.1247.7142.75
HexA1398C041D25138302b
Octal24171214010115454706053
Binary1010000111100110001100010000011101100101100111000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1398C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1398C; }

 p { color: rgb(161,57,140); }

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

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

 a { background-color: rgb(161,57,140); }

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

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

 span { border-color: rgb(161,57,140); }

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