#A03381

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

Shades of Medium Red Violet #A03381

Tints of Medium Red Violet #A03381

Color information

#A03381 (or 0xA03381) is unknown color: approx Medium Red Violet. HEX triplet: A0, 33 and 81. RGB value is (160,51,129). Sum of RGB (Red+Green+Blue) = 160+51+129=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A03381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03381 is #5FCC7E. Grayscale: #5C5C5C. Windows color (decimal): -6278271 or 8467360. OLE color: 8467360.

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

Color convert

RGB16051129-
CMYK00.680.190.37
HSL317.06º51.66%41.37%-
HSV(B)317.06º68.12%62.75%-
XYZ19.6411.4321.94-
YUV92.48148.61176.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.06%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 129 (50.78% from 255) = 37.94%
R=47.06%
G=15%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605112900.680.190.37317.0651.6641.37
HexA03381044132513d3429
Octal24063201010423454756451
Binary10100000110011100000010100010010011100101100111101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03381; }

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

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

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

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

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

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

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

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