#A03E8E

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

Shades of Medium Red Violet #A03E8E

Tints of Medium Red Violet #A03E8E

Color information

#A03E8E (or 0xA03E8E) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3E and 8E. RGB value is (160,62,142). Sum of RGB (Red+Green+Blue) = 160+62+142=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03E8E is #5FC171. Grayscale: #646464. Windows color (decimal): -6275442 or 9322144. OLE color: 9322144.

HSL color Cylindrical-coordinate representation of color #A03E8E: hue angle of 311.02º degrees, saturation: 0.44, 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 #A03E8E is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16062142-
CMYK00.610.110.37
HSL311.02º44.14%43.53%-
HSV(B)311.02º61.25%62.75%-
XYZ21.112.8726.96-
YUV100.42151.47170.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 62 (24.61% from 255) = 17.03%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=43.96%
G=17.03%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606214200.610.110.37311.0244.1443.53
HexA03E8E03DB251372c2c
Octal2407621607513454675454
Binary101000001111101000111001111011011100101100110111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E8E; }

 p { color: rgb(160,62,142); }

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

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

 a { background-color: rgb(160,62,142); }

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

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

 span { border-color: rgb(160,62,142); }

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