#A03594

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

Shades of Medium Red Violet #A03594

Tints of Medium Red Violet #A03594

Color information

#A03594 (or 0xA03594) is unknown color: approx Medium Red Violet. HEX triplet: A0, 35 and 94. RGB value is (160,53,148). Sum of RGB (Red+Green+Blue) = 160+53+148=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03594 is #5FCA6B. Grayscale: #5F5F5F. Windows color (decimal): -6277740 or 9713056. OLE color: 9713056.

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

Color convert

RGB16053148-
CMYK00.670.070.37
HSL306.73º50.23%41.76%-
HSV(B)306.73º66.87%62.75%-
XYZ21.1212.1629.25-
YUV95.82157.45173.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 53 (21.09% from 255) = 14.68%
BLUE value IS 148 (58.20% from 255) = 41.00%
R=44.32%
G=14.68%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605314800.670.070.37306.7350.2341.76
HexA03594043725133322a
Octal2406522401037454636252
Binary101000001101011001010001000011111100101100110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03594; }

 p { color: rgb(160,53,148); }

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

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

 a { background-color: rgb(160,53,148); }

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

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

 span { border-color: rgb(160,53,148); }

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