#A14789

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

Shades of Medium Red Violet #A14789

Tints of Medium Red Violet #A14789

Color information

#A14789 (or 0xA14789) is unknown color: approx Medium Red Violet. HEX triplet: A1, 47 and 89. RGB value is (161,71,137). Sum of RGB (Red+Green+Blue) = 161+71+137=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A14789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14789 is #5EB876. Grayscale: #696969. Windows color (decimal): -6207607 or 8996769. OLE color: 8996769.

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

Color convert

RGB16171137-
CMYK00.560.150.37
HSL316º38.79%45.49%-
HSV(B)316º55.9%63.14%-
XYZ21.4713.8925.22-
YUV105.43145.82167.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=43.63%
G=19.24%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617113700.560.150.3731638.7945.49
HexA14789038F2513c272d
Octal24110721107017454744755
Binary1010000110001111000100101110001111100101100111100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14789; }

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

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

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

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

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

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

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

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