#A03E89

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

Shades of Medium Red Violet #A03E89

Tints of Medium Red Violet #A03E89

Color information

#A03E89 (or 0xA03E89) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3E and 89. RGB value is (160,62,137). Sum of RGB (Red+Green+Blue) = 160+62+137=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03E89 is #5FC176. Grayscale: #636363. Windows color (decimal): -6275447 or 8994464. OLE color: 8994464.

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

Color convert

RGB16062137-
CMYK00.610.140.37
HSL314.08º44.14%43.53%-
HSV(B)314.08º61.25%62.75%-
XYZ20.7412.7225.03-
YUV99.85148.97170.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.57%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=44.57%
G=17.27%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606213700.610.140.37314.0844.1443.53
HexA03E8903DE2513a2c2c
Octal2407621107516454725454
Binary101000001111101000100101111011110100101100111010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03E89; }

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

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

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

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

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

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

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

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