#A0457F

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

Shades of Medium Red Violet #A0457F

Tints of Medium Red Violet #A0457F

Color information

#A0457F (or 0xA0457F) is unknown color: approx Medium Red Violet. HEX triplet: A0, 45 and 7F. RGB value is (160,69,127). Sum of RGB (Red+Green+Blue) = 160+69+127=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0457F is #5FBA80. Grayscale: #666666. Windows color (decimal): -6273665 or 8340896. OLE color: 8340896.

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

Color convert

RGB16069127-
CMYK00.570.210.37
HSL321.76º39.74%44.9%-
HSV(B)321.76º56.88%62.75%-
XYZ20.4613.2621.56-
YUV102.82141.65168.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 127 (50% from 255) = 35.67%
R=44.94%
G=19.38%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606912700.570.210.37321.7639.7444.9
HexA0457F0391525142282d
Octal24010517707125455025055
Binary1010000010001011111111011100110101100101101000010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0457F; }

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

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

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

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

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

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

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

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