#A0458B

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

Shades of Medium Red Violet #A0458B

Tints of Medium Red Violet #A0458B

Color information

#A0458B (or 0xA0458B) is unknown color: approx Medium Red Violet. HEX triplet: A0, 45 and 8B. RGB value is (160,69,139). Sum of RGB (Red+Green+Blue) = 160+69+139=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0458B is #5FBA74. Grayscale: #686868. Windows color (decimal): -6273653 or 9127328. OLE color: 9127328.

HSL color Cylindrical-coordinate representation of color #A0458B: hue angle of 313.85º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0458B is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB16069139-
CMYK00.570.130.37
HSL313.85º39.74%44.9%-
HSV(B)313.85º56.88%62.75%-
XYZ21.2913.5925.93-
YUV104.19147.65167.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=43.48%
G=18.75%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606913900.570.130.37313.8539.7444.9
HexA0458B039D2513a282d
Octal24010521307115454725055
Binary1010000010001011000101101110011101100101100111010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0458B; }

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

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

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

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

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

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

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

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