#A03379

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

Shades of Medium Red Violet #A03379

Tints of Medium Red Violet #A03379

Color information

#A03379 (or 0xA03379) is unknown color: approx Medium Red Violet. HEX triplet: A0, 33 and 79. RGB value is (160,51,121). Sum of RGB (Red+Green+Blue) = 160+51+121=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A03379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03379 is #5FCC86. Grayscale: #5B5B5B. Windows color (decimal): -6278279 or 7943072. OLE color: 7943072.

HSL color Cylindrical-coordinate representation of color #A03379: hue angle of 321.47º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03379 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16051121-
CMYK00.680.240.37
HSL321.47º51.66%41.37%-
HSV(B)321.47º68.12%62.75%-
XYZ19.1311.2219.25-
YUV91.57144.61176.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 51 (20.31% from 255) = 15.36%
BLUE value IS 121 (47.66% from 255) = 36.45%
R=48.19%
G=15.36%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605112100.680.240.37321.4751.6641.37
HexA0337904418251413429
Octal24063171010430455016451
Binary1010000011001111110010100010011000100101101000001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03379; }

 p { color: rgb(160,51,121); }

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

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

 a { background-color: rgb(160,51,121); }

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

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

 span { border-color: rgb(160,51,121); }

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