#A03476

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

Shades of Medium Red Violet #A03476

Tints of Medium Red Violet #A03476

Color information

#A03476 (or 0xA03476) is unknown color: approx Medium Red Violet. HEX triplet: A0, 34 and 76. RGB value is (160,52,118). Sum of RGB (Red+Green+Blue) = 160+52+118=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A03476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03476 is #5FCB89. Grayscale: #5B5B5B. Windows color (decimal): -6278026 or 7746720. OLE color: 7746720.

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

Color convert

RGB16052118-
CMYK00.680.260.37
HSL323.33º50.94%41.57%-
HSV(B)323.33º67.5%62.75%-
XYZ1911.2418.31-
YUV91.82142.78176.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 52 (20.70% from 255) = 15.76%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=48.48%
G=15.76%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605211800.680.260.37323.3350.9441.57
HexA034760441A25143332a
Octal24064166010432455036352
Binary1010000011010011101100100010011010100101101000011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03476; }

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

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

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

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

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

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

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

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