#A1398F

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

Shades of Medium Red Violet #A1398F

Tints of Medium Red Violet #A1398F

Color information

#A1398F (or 0xA1398F) is unknown color: approx Medium Red Violet. HEX triplet: A1, 39 and 8F. RGB value is (161,57,143). Sum of RGB (Red+Green+Blue) = 161+57+143=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A1398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1398F is #5EC670. Grayscale: #616161. Windows color (decimal): -6211185 or 9386401. OLE color: 9386401.

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

Color convert

RGB16157143-
CMYK00.650.110.37
HSL310.38º47.71%42.75%-
HSV(B)310.38º64.6%63.14%-
XYZ21.1212.4927.28-
YUV97.9153.46173.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 57 (22.66% from 255) = 15.79%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=44.60%
G=15.79%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615714300.650.110.37310.3847.7142.75
HexA1398F041B25136302b
Octal24171217010113454666053
Binary1010000111100110001111010000011011100101100110110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1398F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1398F; }

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

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

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

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

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

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

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

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