#A03382

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

Shades of Medium Red Violet #A03382

Tints of Medium Red Violet #A03382

Color information

#A03382 (or 0xA03382) is unknown color: approx Medium Red Violet. HEX triplet: A0, 33 and 82. RGB value is (160,51,130). Sum of RGB (Red+Green+Blue) = 160+51+130=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A03382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03382 is #5FCC7D. Grayscale: #5C5C5C. Windows color (decimal): -6278270 or 8532896. OLE color: 8532896.

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

Color convert

RGB16051130-
CMYK00.680.190.37
HSL316.51º51.66%41.37%-
HSV(B)316.51º68.12%62.75%-
XYZ19.7111.4522.29-
YUV92.6149.11176.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 130 (51.17% from 255) = 38.12%
R=46.92%
G=14.96%
B=38.12%

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
Decimal1605113000.680.190.37316.5151.6641.37
HexA03382044132513d3429
Octal24063202010423454756451
Binary10100000110011100000100100010010011100101100111101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03382; }

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

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

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

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

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

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

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

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