#A1378F

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

Shades of Medium Red Violet #A1378F

Tints of Medium Red Violet #A1378F

Color information

#A1378F (or 0xA1378F) is unknown color: approx Medium Red Violet. HEX triplet: A1, 37 and 8F. RGB value is (161,55,143). Sum of RGB (Red+Green+Blue) = 161+55+143=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1378F is #5EC870. Grayscale: #606060. Windows color (decimal): -6211697 or 9385889. OLE color: 9385889.

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

Color convert

RGB16155143-
CMYK00.660.110.37
HSL310.19º49.07%42.35%-
HSV(B)310.19º65.84%63.14%-
XYZ21.0212.2927.25-
YUV96.73154.12173.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=44.85%
G=15.32%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615514300.660.110.37310.1949.0742.35
HexA1378F042B25136312a
Octal24167217010213454666152
Binary1010000111011110001111010000101011100101100110110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1378F; }

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

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

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

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

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

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

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

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