Html Css Color HEX #A0347E Medium Red Violet

📋 copy color: '#A0347E'

red 160 ◦ green 52 ◦ blue 126

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

Shades of Medium Red Violet #A0347E

Tints of Medium Red Violet #A0347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 47.34%
G = 15.38%
B = 37.28%

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

#A0347E (or 0xA0347E) is known color: Medium Red Violet. HEX triplet: A0, 34 and 7E. RGB value is (160,52,126). Sum of RGB (Red+Green+Blue) = 160+52+126=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0347E is #5FCB81. Grayscale: #5C5C5C. Windows color (decimal): -6278018 or 8271008. OLE color: 8271008.

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

Color convert

RGB 160 52 126 -
CMYK 0 0.68 0.21 0.37
HSL 318.89º 0.51% 0.42% -
HSV(B) 318.89º 0.68% 0.63% -
XYZ 19.49 11.44 20.92 -
YUV 92.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 160 52 126 0 0.68 0.21 0.37 318.89 0.51 0.42
Hex A0 34 7E 0 44 15 25 13F 33 2A
Octal 240 64 176 0 104 25 45 477 63 52
Binary 10100000 110100 1111110 0 1000100 10101 100101 100111111 110011 101010

Color Harmonies of #A0347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0347E

Black with #A0347E

Text Example


Text Example

White with #A0347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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