Html Css Color HEX #A0347C Medium Red Violet

📋 copy color: '#A0347C'

red 160 ◦ green 52 ◦ blue 124

#A0347C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A0347C

Tints of Medium Red Violet #A0347C

RGB

 RED value IS 160 (62.89% from 255) = 47.62%

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 47.62%
G = 15.48%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0347C (or 0xA0347C) is known color: Medium Red Violet. HEX triplet: A0, 34 and 7C. RGB value is (160,52,124). Sum of RGB (Red+Green+Blue) = 160+52+124=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0347C is #5FCB83. Grayscale: #5C5C5C. Windows color (decimal): -6278020 or 8139936. OLE color: 8139936.

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

Color convert

RGB 160 52 124 -
CMYK 0 0.68 0.22 0.37
HSL 320º 0.51% 0.42% -
HSV(B) 320º 0.68% 0.63% -
XYZ 19.36 11.38 20.25 -
YUV 92.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 160 52 124 0 0.68 0.22 0.37 320 0.51 0.42
Hex A0 34 7C 0 44 16 25 140 33 2A
Octal 240 64 174 0 104 26 45 500 63 52
Binary 10100000 110100 1111100 0 1000100 10110 100101 101000000 110011 101010

Color Harmonies of #A0347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0347C

Black with #A0347C

Text Example


Text Example

White with #A0347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0347C; }

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

 H1.HeaderClassName
 {
   color: #A0347C;
 }
 .AnyTagClassName
 {
   color: #A0347C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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