#A1378E

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

Shades of Medium Red Violet #A1378E

Tints of Medium Red Violet #A1378E

Color information

#A1378E (or 0xA1378E) is unknown color: approx Medium Red Violet. HEX triplet: A1, 37 and 8E. RGB value is (161,55,142). Sum of RGB (Red+Green+Blue) = 161+55+142=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1378E is #5EC871. Grayscale: #606060. Windows color (decimal): -6211698 or 9320353. OLE color: 9320353.

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

Color convert

RGB16155142-
CMYK00.660.120.37
HSL310.75º49.07%42.35%-
HSV(B)310.75º65.84%63.14%-
XYZ20.9512.2626.85-
YUV96.61153.62173.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 55 (21.88% from 255) = 15.36%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=44.97%
G=15.36%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615514200.660.120.37310.7549.0742.35
HexA1378E042C25137312a
Octal24167216010214454676152
Binary1010000111011110001110010000101100100101100110111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1378E; }

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

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

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

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

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

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

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

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