#A03491

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

Shades of Medium Red Violet #A03491

Tints of Medium Red Violet #A03491

Color information

#A03491 (or 0xA03491) is unknown color: approx Medium Red Violet. HEX triplet: A0, 34 and 91. RGB value is (160,52,145). Sum of RGB (Red+Green+Blue) = 160+52+145=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 145 (57.03% from 255 or 40.62% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A03491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03491 is #5FCB6E. Grayscale: #5E5E5E. Windows color (decimal): -6277999 or 9516192. OLE color: 9516192.

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

Color convert

RGB16052145-
CMYK00.680.090.37
HSL308.33º50.94%41.57%-
HSV(B)308.33º67.5%62.75%-
XYZ20.8411.9728-
YUV94.89156.28174.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 145 (57.03% from 255) = 40.62%
R=44.82%
G=14.57%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605214500.680.090.37308.3350.9441.57
HexA03491044925134332a
Octal24064221010411454646352
Binary1010000011010010010001010001001001100101100110100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03491; }

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

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

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

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

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

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

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

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