#A03D91

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

Shades of Medium Red Violet #A03D91

Tints of Medium Red Violet #A03D91

Color information

#A03D91 (or 0xA03D91) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3D and 91. RGB value is (160,61,145). Sum of RGB (Red+Green+Blue) = 160+61+145=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03D91 is #5FC26E. Grayscale: #636363. Windows color (decimal): -6275695 or 9518496. OLE color: 9518496.

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

Color convert

RGB16061145-
CMYK00.620.090.37
HSL309.09º44.8%43.33%-
HSV(B)309.09º61.87%62.75%-
XYZ21.2812.8628.15-
YUV100.18153.3170.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 145 (57.03% from 255) = 39.62%
R=43.72%
G=16.67%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606114500.620.090.37309.0944.843.33
HexA03D9103E9251352d2b
Octal2407522107611454655553
Binary101000001111011001000101111101001100101100110101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03D91; }

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

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

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

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

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

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

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

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