#A0368E

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

Shades of Medium Red Violet #A0368E

Tints of Medium Red Violet #A0368E

Color information

#A0368E (or 0xA0368E) is unknown color: approx Medium Red Violet. HEX triplet: A0, 36 and 8E. RGB value is (160,54,142). Sum of RGB (Red+Green+Blue) = 160+54+142=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A0368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0368E is #5FC971. Grayscale: #5F5F5F. Windows color (decimal): -6277490 or 9320096. OLE color: 9320096.

HSL color Cylindrical-coordinate representation of color #A0368E: hue angle of 310.19º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0368E is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16054142-
CMYK00.660.110.37
HSL310.19º49.53%41.96%-
HSV(B)310.19º66.25%62.75%-
XYZ20.712.0626.83-
YUV95.73154.12173.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 54 (21.48% from 255) = 15.17%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=44.94%
G=15.17%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605414200.660.110.37310.1949.5341.96
HexA0368E042B25136322a
Octal24066216010213454666252
Binary1010000011011010001110010000101011100101100110110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0368E; }

 p { color: rgb(160,54,142); }

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

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

 a { background-color: rgb(160,54,142); }

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

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

 span { border-color: rgb(160,54,142); }

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