#A14989

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

Shades of Medium Red Violet #A14989

Tints of Medium Red Violet #A14989

Color information

#A14989 (or 0xA14989) is unknown color: approx Medium Red Violet. HEX triplet: A1, 49 and 89. RGB value is (161,73,137). Sum of RGB (Red+Green+Blue) = 161+73+137=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A14989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14989 is #5EB676. Grayscale: #6A6A6A. Windows color (decimal): -6207095 or 8997281. OLE color: 8997281.

HSL color Cylindrical-coordinate representation of color #A14989: hue angle of 316.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14989 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16173137-
CMYK00.550.150.37
HSL316.36º37.61%45.88%-
HSV(B)316.36º54.66%63.14%-
XYZ21.614.1525.26-
YUV106.61145.15166.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=43.40%
G=19.68%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617313700.550.150.37316.3637.6145.88
HexA14989037F2513c262e
Octal24111121106717454744656
Binary1010000110010011000100101101111111100101100111100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14989; }

 p { color: rgb(161,73,137); }

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

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

 a { background-color: rgb(161,73,137); }

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

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

 span { border-color: rgb(161,73,137); }

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