#A03F83

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

Shades of Medium Red Violet #A03F83

Tints of Medium Red Violet #A03F83

Color information

#A03F83 (or 0xA03F83) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3F and 83. RGB value is (160,63,131). Sum of RGB (Red+Green+Blue) = 160+63+131=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F83 is #5FC07C. Grayscale: #636363. Windows color (decimal): -6275197 or 8601504. OLE color: 8601504.

HSL color Cylindrical-coordinate representation of color #A03F83: hue angle of 317.94º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A03F83 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16063131-
CMYK00.610.180.37
HSL317.94º43.5%43.73%-
HSV(B)317.94º60.62%62.75%-
XYZ20.3712.6722.84-
YUV99.76145.64170.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 63 (25% from 255) = 17.80%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=45.20%
G=17.80%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606313100.610.180.37317.9443.543.73
HexA03F8303D122513e2b2c
Octal2407720307522454765354
Binary1010000011111110000011011110110010100101100111110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F83; }

 p { color: rgb(160,63,131); }

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

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

 a { background-color: rgb(160,63,131); }

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

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

 span { border-color: rgb(160,63,131); }

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