Html Css Color HEX #A72D78 Medium Red Violet

📋 copy color: '#A72D78'

red 167 ◦ green 45 ◦ blue 120

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

Shades of Medium Red Violet #A72D78

Tints of Medium Red Violet #A72D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.55%

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

R = 50.3%
G = 13.55%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A72D78 (or 0xA72D78) is known color: Medium Red Violet. HEX triplet: A7, 2D and 78. RGB value is (167,45,120). Sum of RGB (Red+Green+Blue) = 167+45+120=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72D78 is #58D287. Grayscale: #595959. Windows color (decimal): -5821064 or 7876007. OLE color: 7876007.

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

Color convert

RGB 167 45 120 -
CMYK 0 0.73 0.28 0.35
HSL 323.11º 0.58% 0.42% -
HSV(B) 323.11º 0.73% 0.65% -
XYZ 20.26 11.45 18.91 -
YUV 90.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 167 45 120 0 0.73 0.28 0.35 323.11 0.58 0.42
Hex A7 2D 78 0 49 1C 23 143 3A 2A
Octal 247 55 170 0 111 34 43 503 72 52
Binary 10100111 101101 1111000 0 1001001 11100 100011 101000011 111010 101010

Color Harmonies of #A72D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72D78

Black with #A72D78

Text Example


Text Example

White with #A72D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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