Html Css Color HEX #A03979 Medium Red Violet

📋 copy color: '#A03979'

red 160 ◦ green 57 ◦ blue 121

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

Shades of Medium Red Violet #A03979

Tints of Medium Red Violet #A03979

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

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

R = 47.34%
G = 16.86%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A03979 (or 0xA03979) is known color: Medium Red Violet. HEX triplet: A0, 39 and 79. RGB value is (160,57,121). Sum of RGB (Red+Green+Blue) = 160+57+121=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A03979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03979 is #5FC686. Grayscale: #5E5E5E. Windows color (decimal): -6276743 or 7944608. OLE color: 7944608.

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

Color convert

RGB 160 57 121 -
CMYK 0 0.64 0.24 0.37
HSL 322.72º 0.47% 0.43% -
HSV(B) 322.72º 0.64% 0.63% -
XYZ 19.41 11.78 19.34 -
YUV 95.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 160 57 121 0 0.64 0.24 0.37 322.72 0.47 0.43
Hex A0 39 79 0 40 18 25 143 2F 2B
Octal 240 71 171 0 100 30 45 503 57 53
Binary 10100000 111001 1111001 0 1000000 11000 100101 101000011 101111 101011

Color Harmonies of #A03979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03979

Black with #A03979

Text Example


Text Example

White with #A03979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03979; }

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

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

background-color css

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

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

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

border-color css

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

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

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