#A03F8B

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

Shades of Medium Red Violet #A03F8B

Tints of Medium Red Violet #A03F8B

Color information

#A03F8B (or 0xA03F8B) is unknown color: approx Medium Red Violet. HEX triplet: A0, 3F and 8B. RGB value is (160,63,139). Sum of RGB (Red+Green+Blue) = 160+63+139=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 139 (54.69% from 255 or 38.40% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03F8B is #5FC074. Grayscale: #646464. Windows color (decimal): -6275189 or 9125792. OLE color: 9125792.

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

Color convert

RGB16063139-
CMYK00.610.130.37
HSL312.99º43.5%43.73%-
HSV(B)312.99º60.62%62.75%-
XYZ20.9312.8925.81-
YUV100.67149.64170.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 139 (54.69% from 255) = 38.40%
R=44.20%
G=17.40%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606313900.610.130.37312.9943.543.73
HexA03F8B03DD251392b2c
Octal2407721307515454715354
Binary101000001111111000101101111011101100101100111001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F8B; }

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

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

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

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

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

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

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

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