#A0337F

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

Shades of Medium Red Violet #A0337F

Tints of Medium Red Violet #A0337F

Color information

#A0337F (or 0xA0337F) is unknown color: approx Medium Red Violet. HEX triplet: A0, 33 and 7F. RGB value is (160,51,127). Sum of RGB (Red+Green+Blue) = 160+51+127=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0337F is #5FCC80. Grayscale: #5C5C5C. Windows color (decimal): -6278273 or 8336288. OLE color: 8336288.

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

Color convert

RGB16051127-
CMYK00.680.210.37
HSL318.17º51.66%41.37%-
HSV(B)318.17º68.12%62.75%-
XYZ19.5111.3721.25-
YUV92.25147.61176.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 127 (50% from 255) = 37.57%
R=47.34%
G=15.09%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605112700.680.210.37318.1751.6641.37
HexA0337F044152513e3429
Octal24063177010425454766451
Binary1010000011001111111110100010010101100101100111110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0337F; }

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

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

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

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

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

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

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

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