#A03577

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

Shades of Medium Red Violet #A03577

Tints of Medium Red Violet #A03577

Color information

#A03577 (or 0xA03577) is unknown color: approx Medium Red Violet. HEX triplet: A0, 35 and 77. RGB value is (160,53,119). Sum of RGB (Red+Green+Blue) = 160+53+119=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A03577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03577 is #5FCA88. Grayscale: #5C5C5C. Windows color (decimal): -6277769 or 7812512. OLE color: 7812512.

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

Color convert

RGB16053119-
CMYK00.670.260.37
HSL322.99º50.23%41.76%-
HSV(B)322.99º66.87%62.75%-
XYZ19.111.3518.64-
YUV92.52142.95176.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=48.19%
G=15.96%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605311900.670.260.37322.9950.2341.76
HexA035770431A25143322a
Octal24065167010332455036252
Binary1010000011010111101110100001111010100101101000011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03577; }

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

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

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

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

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

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

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

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