#A0437F

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

Shades of Medium Red Violet #A0437F

Tints of Medium Red Violet #A0437F

Color information

#A0437F (or 0xA0437F) is unknown color: approx Medium Red Violet. HEX triplet: A0, 43 and 7F. RGB value is (160,67,127). Sum of RGB (Red+Green+Blue) = 160+67+127=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 67 (26.56% from 255 or 18.93% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0437F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0437F is #5FBC80. Grayscale: #656565. Windows color (decimal): -6274177 or 8340384. OLE color: 8340384.

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

Color convert

RGB16067127-
CMYK00.580.210.37
HSL321.29º40.97%44.51%-
HSV(B)321.29º58.13%62.75%-
XYZ20.3413.0221.52-
YUV101.65142.31169.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 67 (26.56% from 255) = 18.93%
BLUE value IS 127 (50% from 255) = 35.88%
R=45.20%
G=18.93%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606712700.580.210.37321.2940.9744.51
HexA0437F03A1525141292d
Octal24010317707225455015155
Binary1010000010000111111111011101010101100101101000001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0437F; }

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

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

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

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

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

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

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

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