Html Css Color HEX #A73980 Medium Red Violet

📋 copy color: '#A73980'

red 167 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #A73980

Tints of Medium Red Violet #A73980

RGB

 RED value IS 167 (65.63% from 255) = 47.44%

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

 BLUE value IS 128 (50.39% from 255) = 36.36%

R = 47.44%
G = 16.19%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A73980 (or 0xA73980) is known color: Medium Red Violet. HEX triplet: A7, 39 and 80. RGB value is (167,57,128). Sum of RGB (Red+Green+Blue) = 167+57+128=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A73980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73980 is #58C67F. Grayscale: #616161. Windows color (decimal): -5817984 or 8403367. OLE color: 8403367.

HSL color Cylindrical-coordinate representation of color #A73980: hue angle of 321.27º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73980 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 57 128 -
CMYK 0 0.66 0.23 0.35
HSL 321.27º 0.49% 0.44% -
HSV(B) 321.27º 0.66% 0.65% -
XYZ 21.3 12.7 21.75 -
YUV 97.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 167 57 128 0 0.66 0.23 0.35 321.27 0.49 0.44
Hex A7 39 80 0 42 17 23 141 31 2C
Octal 247 71 200 0 102 27 43 501 61 54
Binary 10100111 111001 10000000 0 1000010 10111 100011 101000001 110001 101100

Color Harmonies of #A73980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73980

Black with #A73980

Text Example


Text Example

White with #A73980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73980; }

 p { color: rgb(167,57,128); }

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

background-color css

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

 a { background-color: rgb(167,57,128); }

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

border-color css

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

 span { border-color: rgb(167,57,128); }

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