Html Css Color HEX #A72978 Medium Red Violet

📋 copy color: '#A72978'

red 167 ◦ green 41 ◦ blue 120

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

Shades of Medium Red Violet #A72978

Tints of Medium Red Violet #A72978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.5%

 BLUE value IS 120 (47.27% from 255) = 36.59%

R = 50.91%
G = 12.5%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A72978 (or 0xA72978) is known color: Medium Red Violet. HEX triplet: A7, 29 and 78. RGB value is (167,41,120). Sum of RGB (Red+Green+Blue) = 167+41+120=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A72978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72978 is #58D687. Grayscale: #575757. Windows color (decimal): -5822088 or 7874983. OLE color: 7874983.

HSL color Cylindrical-coordinate representation of color #A72978: hue angle of 322.38º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72978 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 41 120 -
CMYK 0 0.75 0.28 0.35
HSL 322.38º 0.61% 0.41% -
HSV(B) 322.38º 0.75% 0.65% -
XYZ 20.12 11.16 18.86 -
YUV 87.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 167 41 120 0 0.75 0.28 0.35 322.38 0.61 0.41
Hex A7 29 78 0 4B 1C 23 142 3D 29
Octal 247 51 170 0 113 34 43 502 75 51
Binary 10100111 101001 1111000 0 1001011 11100 100011 101000010 111101 101001

Color Harmonies of #A72978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72978

Black with #A72978

Text Example


Text Example

White with #A72978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72978; }

 p { color: rgb(167,41,120); }

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

background-color css

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

 a { background-color: rgb(167,41,120); }

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

border-color css

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

 span { border-color: rgb(167,41,120); }

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