#A0347B

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

Shades of Medium Red Violet #A0347B

Tints of Medium Red Violet #A0347B

Color information

#A0347B (or 0xA0347B) is unknown color: approx Medium Red Violet. HEX triplet: A0, 34 and 7B. RGB value is (160,52,123). Sum of RGB (Red+Green+Blue) = 160+52+123=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0347B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0347B is #5FCB84. Grayscale: #5C5C5C. Windows color (decimal): -6278021 or 8074400. OLE color: 8074400.

HSL color Cylindrical-coordinate representation of color #A0347B: hue angle of 320.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 #A0347B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB16052123-
CMYK00.680.230.37
HSL320.56º50.94%41.57%-
HSV(B)320.56º67.5%62.75%-
XYZ19.311.3619.91-
YUV92.39145.28176.23-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 52 (20.70% from 255) = 15.52%
BLUE value IS 123 (48.44% from 255) = 36.72%
R=47.76%
G=15.52%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605212300.680.230.37320.5650.9441.57
HexA0347B0441725141332a
Octal24064173010427455016352
Binary1010000011010011110110100010010111100101101000001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0347B; }

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

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

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

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

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

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

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

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