#A14186

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

Shades of Medium Red Violet #A14186

Tints of Medium Red Violet #A14186

Color information

#A14186 (or 0xA14186) is unknown color: approx Medium Red Violet. HEX triplet: A1, 41 and 86. RGB value is (161,65,134). Sum of RGB (Red+Green+Blue) = 161+65+134=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A14186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14186 is #5EBE79. Grayscale: #656565. Windows color (decimal): -6209146 or 8798625. OLE color: 8798625.

HSL color Cylindrical-coordinate representation of color #A14186: hue angle of 316.88º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14186 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB16165134-
CMYK00.600.170.37
HSL316.88º42.48%44.31%-
HSV(B)316.88º59.63%63.14%-
XYZ20.8913.0823.98-
YUV101.57146.3170.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 65 (25.78% from 255) = 18.06%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=44.72%
G=18.06%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616513400.600.170.37316.8842.4844.31
HexA1418603C112513d2a2c
Octal24110120607421454755254
Binary10100001100000110000110011110010001100101100111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14186; }

 p { color: rgb(161,65,134); }

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

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

 a { background-color: rgb(161,65,134); }

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

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

 span { border-color: rgb(161,65,134); }

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