#A03D8E

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

Shades of Medium Red Violet #A03D8E

Tints of Medium Red Violet #A03D8E

Color information

#A03D8E (or 0xA03D8E) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3D and 8E. RGB value is (160,61,142). Sum of RGB (Red+Green+Blue) = 160+61+142=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03D8E is #5FC271. Grayscale: #636363. Windows color (decimal): -6275698 or 9321888. OLE color: 9321888.

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

Color convert

RGB16061142-
CMYK00.620.110.37
HSL310.91º44.8%43.33%-
HSV(B)310.91º61.87%62.75%-
XYZ21.0512.7626.95-
YUV99.84151.8170.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 61 (24.22% from 255) = 16.80%
BLUE value IS 142 (55.86% from 255) = 39.12%
R=44.08%
G=16.80%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606114200.620.110.37310.9144.843.33
HexA03D8E03EB251372d2b
Octal2407521607613454675553
Binary101000001111011000111001111101011100101100110111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03D8E; }

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

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

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

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

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

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

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

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