Html Css Color HEX #A03179 Medium Red Violet

📋 copy color: '#A03179'

red 160 ◦ green 49 ◦ blue 121

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

Shades of Medium Red Violet #A03179

Tints of Medium Red Violet #A03179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.85%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 48.48%
G = 14.85%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A03179 (or 0xA03179) is known color: Medium Red Violet. HEX triplet: A0, 31 and 79. RGB value is (160,49,121). Sum of RGB (Red+Green+Blue) = 160+49+121=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A03179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03179 is #5FCE86. Grayscale: #5A5A5A. Windows color (decimal): -6278791 or 7942560. OLE color: 7942560.

HSL color Cylindrical-coordinate representation of color #A03179: hue angle of 321.08º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03179 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 121 -
CMYK 0 0.69 0.24 0.37
HSL 321.08º 0.53% 0.41% -
HSV(B) 321.08º 0.69% 0.63% -
XYZ 19.05 11.05 19.22 -
YUV 90.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 160 49 121 0 0.69 0.24 0.37 321.08 0.53 0.41
Hex A0 31 79 0 45 18 25 141 35 29
Octal 240 61 171 0 105 30 45 501 65 51
Binary 10100000 110001 1111001 0 1000101 11000 100101 101000001 110101 101001

Color Harmonies of #A03179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03179

Black with #A03179

Text Example


Text Example

White with #A03179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03179; }

 p { color: rgb(160,49,121); }

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

background-color css

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

 a { background-color: rgb(160,49,121); }

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

border-color css

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

 span { border-color: rgb(160,49,121); }

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