Html Css Color HEX #A72E80 Medium Red Violet

📋 copy color: '#A72E80'

red 167 ◦ green 46 ◦ blue 128

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

Shades of Medium Red Violet #A72E80

Tints of Medium Red Violet #A72E80

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

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

R = 48.97%
G = 13.49%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A72E80 (or 0xA72E80) is known color: Medium Red Violet. HEX triplet: A7, 2E and 80. RGB value is (167,46,128). Sum of RGB (Red+Green+Blue) = 167+46+128=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72E80 is #58D17F. Grayscale: #5B5B5B. Windows color (decimal): -5820800 or 8400551. OLE color: 8400551.

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

Color convert

RGB 167 46 128 -
CMYK 0 0.72 0.23 0.35
HSL 319.34º 0.57% 0.42% -
HSV(B) 319.34º 0.72% 0.65% -
XYZ 20.81 11.73 21.59 -
YUV 91.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 167 46 128 0 0.72 0.23 0.35 319.34 0.57 0.42
Hex A7 2E 80 0 48 17 23 13F 39 2A
Octal 247 56 200 0 110 27 43 477 71 52
Binary 10100111 101110 10000000 0 1001000 10111 100011 100111111 111001 101010

Color Harmonies of #A72E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E80

Black with #A72E80

Text Example


Text Example

White with #A72E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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