#A03479

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

Shades of Medium Red Violet #A03479

Tints of Medium Red Violet #A03479

Color information

#A03479 (or 0xA03479) is unknown color: approx Medium Red Violet. HEX triplet: A0, 34 and 79. RGB value is (160,52,121). Sum of RGB (Red+Green+Blue) = 160+52+121=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A03479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03479 is #5FCB86. Grayscale: #5B5B5B. Windows color (decimal): -6278023 or 7943328. OLE color: 7943328.

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

Color convert

RGB16052121-
CMYK00.680.240.37
HSL321.67º50.94%41.57%-
HSV(B)321.67º67.5%62.75%-
XYZ19.1811.3119.26-
YUV92.16144.28176.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.05%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=48.05%
G=15.62%
B=36.34%

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
Decimal1605212100.680.240.37321.6750.9441.57
HexA034790441825142332a
Octal24064171010430455026352
Binary1010000011010011110010100010011000100101101000010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03479; }

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

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

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

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

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

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

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

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