#A03592

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

Shades of Medium Red Violet #A03592

Tints of Medium Red Violet #A03592

Color information

#A03592 (or 0xA03592) is unknown color: approx Medium Red Violet. HEX triplet: A0, 35 and 92. RGB value is (160,53,146). Sum of RGB (Red+Green+Blue) = 160+53+146=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A03592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03592 is #5FCA6D. Grayscale: #5F5F5F. Windows color (decimal): -6277742 or 9581984. OLE color: 9581984.

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

Color convert

RGB16053146-
CMYK00.670.090.37
HSL307.85º50.23%41.76%-
HSV(B)307.85º66.87%62.75%-
XYZ20.9612.128.42-
YUV95.6156.45173.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=44.57%
G=14.76%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605314600.670.090.37307.8550.2341.76
HexA03592043925134322a
Octal24065222010311454646252
Binary1010000011010110010010010000111001100101100110100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03592; }

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

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

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

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

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

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

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

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