#a1378d

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

Shades of Medium Red Violet #A1378D

Tints of Medium Red Violet #A1378D

Color information

#A1378D (or 0xA1378D) is unknown color: approx Medium Red Violet. HEX triplet: A1, 37 and 8D. RGB value is (161,55,141). Sum of RGB (Red+Green+Blue) = 161+55+141=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1378D is #5EC872. Grayscale: #606060. Windows color (decimal): -6211699 or 9254817. OLE color: 9254817.

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

Color convert

RGB16155141-
CMYK00.660.120.37
HSL311.32º49.07%42.35%-
HSV(B)311.32º65.84%63.14%-
XYZ20.8712.2326.46-
YUV96.5153.12174.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=45.10%
G=15.41%
B=39.50%

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
Decimal1615514100.660.120.37311.3249.0742.35
HexA1378D042C25137312a
Octal24167215010214454676152
Binary1010000111011110001101010000101100100101100110111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1378d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1378d; }

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

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

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

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

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

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

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

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