#A0368D

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

Shades of Medium Red Violet #A0368D

Tints of Medium Red Violet #A0368D

Color information

#A0368D (or 0xA0368D) is unknown color: approx Medium Red Violet. HEX triplet: A0, 36 and 8D. RGB value is (160,54,141). Sum of RGB (Red+Green+Blue) = 160+54+141=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0368D is #5FC972. Grayscale: #5F5F5F. Windows color (decimal): -6277491 or 9254560. OLE color: 9254560.

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

Color convert

RGB16054141-
CMYK00.660.120.37
HSL310.75º49.53%41.96%-
HSV(B)310.75º66.25%62.75%-
XYZ20.6212.0426.44-
YUV95.61153.62173.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 54 (21.48% from 255) = 15.21%
BLUE value IS 141 (55.47% from 255) = 39.72%
R=45.07%
G=15.21%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605414100.660.120.37310.7549.5341.96
HexA0368D042C25137322a
Octal24066215010214454676252
Binary1010000011011010001101010000101100100101100110111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0368D; }

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

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

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

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

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

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

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

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