#A03593

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

Shades of Medium Red Violet #A03593

Tints of Medium Red Violet #A03593

Color information

#A03593 (or 0xA03593) is unknown color: approx Medium Red Violet. HEX triplet: A0, 35 and 93. RGB value is (160,53,147). Sum of RGB (Red+Green+Blue) = 160+53+147=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03593 is #5FCA6C. Grayscale: #5F5F5F. Windows color (decimal): -6277741 or 9647520. OLE color: 9647520.

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

Color convert

RGB16053147-
CMYK00.670.080.37
HSL307.29º50.23%41.76%-
HSV(B)307.29º66.87%62.75%-
XYZ21.0412.1328.84-
YUV95.71156.95173.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 53 (21.09% from 255) = 14.72%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=44.44%
G=14.72%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605314700.670.080.37307.2950.2341.76
HexA03593043825133322a
Octal24065223010310454636252
Binary1010000011010110010011010000111000100101100110011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03593; }

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

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

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

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

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

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

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

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