#A0348D

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

Shades of Medium Red Violet #A0348D

Tints of Medium Red Violet #A0348D

Color information

#A0348D (or 0xA0348D) is unknown color: approx Medium Red Violet. HEX triplet: A0, 34 and 8D. RGB value is (160,52,141). Sum of RGB (Red+Green+Blue) = 160+52+141=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0348D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0348D is #5FCB72. Grayscale: #5E5E5E. Windows color (decimal): -6278003 or 9254048. OLE color: 9254048.

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

Color convert

RGB16052141-
CMYK00.680.120.37
HSL310.56º50.94%41.57%-
HSV(B)310.56º67.5%62.75%-
XYZ20.5311.8526.4-
YUV94.44154.28174.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 52 (20.70% from 255) = 14.73%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=45.33%
G=14.73%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605214100.680.120.37310.5650.9441.57
HexA0348D044C25137332a
Octal24064215010414454676352
Binary1010000011010010001101010001001100100101100110111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0348D; }

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

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

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

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

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

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

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

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