#A03F90

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

Shades of Medium Red Violet #A03F90

Tints of Medium Red Violet #A03F90

Color information

#A03F90 (or 0xA03F90) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3F and 90. RGB value is (160,63,144). Sum of RGB (Red+Green+Blue) = 160+63+144=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F90 is #5FC06F. Grayscale: #656565. Windows color (decimal): -6275184 or 9453472. OLE color: 9453472.

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

Color convert

RGB16063144-
CMYK00.610.10.37
HSL309.9º43.5%43.73%-
HSV(B)309.9º60.62%62.75%-
XYZ21.3113.0427.78-
YUV101.24152.14169.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 63 (25% from 255) = 17.17%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=43.60%
G=17.17%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606314400.610.10.37309.943.543.73
HexA03F9003DA251362b2c
Octal2407722007512454665354
Binary101000001111111001000001111011010100101100110110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F90; }

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

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

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

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

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

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

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

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