#A03489

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

Shades of Medium Red Violet #A03489

Tints of Medium Red Violet #A03489

Color information

#A03489 (or 0xA03489) is unknown color: approx Medium Red Violet. HEX triplet: A0, 34 and 89. RGB value is (160,52,137). Sum of RGB (Red+Green+Blue) = 160+52+137=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A03489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03489 is #5FCB76. Grayscale: #5D5D5D. Windows color (decimal): -6278007 or 8991904. OLE color: 8991904.

HSL color Cylindrical-coordinate representation of color #A03489: hue angle of 312.78º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03489 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB16052137-
CMYK00.680.140.37
HSL312.78º50.94%41.57%-
HSV(B)312.78º67.5%62.75%-
XYZ20.2411.7424.87-
YUV93.98152.28175.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=45.85%
G=14.90%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605213700.680.140.37312.7850.9441.57
HexA03489044E25139332a
Octal24064211010416454716352
Binary1010000011010010001001010001001110100101100111001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03489; }

 p { color: rgb(160,52,137); }

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

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

 a { background-color: rgb(160,52,137); }

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

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

 span { border-color: rgb(160,52,137); }

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