#A0458A

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

Shades of Medium Red Violet #A0458A

Tints of Medium Red Violet #A0458A

Color information

#A0458A (or 0xA0458A) is unknown color: approx Medium Red Violet. HEX triplet: A0, 45 and 8A. RGB value is (160,69,138). Sum of RGB (Red+Green+Blue) = 160+69+138=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0458A is #5FBA75. Grayscale: #676767. Windows color (decimal): -6273654 or 9061792. OLE color: 9061792.

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

Color convert

RGB16069138-
CMYK00.570.140.37
HSL314.51º39.74%44.9%-
HSV(B)314.51º56.88%62.75%-
XYZ21.2113.5625.54-
YUV104.07147.15167.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=43.60%
G=18.80%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606913800.570.140.37314.5139.7444.9
HexA0458A039E2513b282d
Octal24010521207116454735055
Binary1010000010001011000101001110011110100101100111011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0458A; }

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

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

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

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

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

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

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

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