#A03D90

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

Shades of Medium Red Violet #A03D90

Tints of Medium Red Violet #A03D90

Color information

#A03D90 (or 0xA03D90) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3D and 90. RGB value is (160,61,144). Sum of RGB (Red+Green+Blue) = 160+61+144=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03D90 is #5FC26F. Grayscale: #636363. Windows color (decimal): -6275696 or 9452960. OLE color: 9452960.

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

Color convert

RGB16061144-
CMYK00.620.10.37
HSL309.7º44.8%43.33%-
HSV(B)309.7º61.87%62.75%-
XYZ21.212.8227.74-
YUV100.06152.8170.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=43.84%
G=16.71%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606114400.620.10.37309.744.843.33
HexA03D9003EA251362d2b
Octal2407522007612454665553
Binary101000001111011001000001111101010100101100110110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03D90; }

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

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

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

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

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

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

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

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