Html Css Color HEX #A0347F Medium Red Violet

📋 copy color: '#A0347F'

red 160 ◦ green 52 ◦ blue 127

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

Shades of Medium Red Violet #A0347F

Tints of Medium Red Violet #A0347F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 47.2%
G = 15.34%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0347F (or 0xA0347F) is known color: Medium Red Violet. HEX triplet: A0, 34 and 7F. RGB value is (160,52,127). Sum of RGB (Red+Green+Blue) = 160+52+127=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0347F is #5FCB80. Grayscale: #5C5C5C. Windows color (decimal): -6278017 or 8336544. OLE color: 8336544.

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

Color convert

RGB 160 52 127 -
CMYK 0 0.68 0.21 0.37
HSL 318.33º 0.51% 0.42% -
HSV(B) 318.33º 0.68% 0.63% -
XYZ 19.56 11.46 21.26 -
YUV 92.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 160 52 127 0 0.68 0.21 0.37 318.33 0.51 0.42
Hex A0 34 7F 0 44 15 25 13E 33 2A
Octal 240 64 177 0 104 25 45 476 63 52
Binary 10100000 110100 1111111 0 1000100 10101 100101 100111110 110011 101010

Color Harmonies of #A0347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0347F

Black with #A0347F

Text Example


Text Example

White with #A0347F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0347F; }

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

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

background-color css

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

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

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

border-color css

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

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

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