Html Css Color HEX #A73077 Medium Red Violet

📋 copy color: '#A73077'

red 167 ◦ green 48 ◦ blue 119

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

Shades of Medium Red Violet #A73077

Tints of Medium Red Violet #A73077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 50%
G = 14.37%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A73077 (or 0xA73077) is known color: Medium Red Violet. HEX triplet: A7, 30 and 77. RGB value is (167,48,119). Sum of RGB (Red+Green+Blue) = 167+48+119=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A73077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73077 is #58CF88. Grayscale: #5B5B5B. Windows color (decimal): -5820297 or 7811239. OLE color: 7811239.

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

Color convert

RGB 167 48 119 -
CMYK 0 0.71 0.29 0.35
HSL 324.2º 0.55% 0.42% -
HSV(B) 324.2º 0.71% 0.65% -
XYZ 20.32 11.66 18.63 -
YUV 91.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 167 48 119 0 0.71 0.29 0.35 324.2 0.55 0.42
Hex A7 30 77 0 47 1D 23 144 37 2A
Octal 247 60 167 0 107 35 43 504 67 52
Binary 10100111 110000 1110111 0 1000111 11101 100011 101000100 110111 101010

Color Harmonies of #A73077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73077

Black with #A73077

Text Example


Text Example

White with #A73077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73077; }

 p { color: rgb(167,48,119); }

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

background-color css

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

 a { background-color: rgb(167,48,119); }

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

border-color css

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

 span { border-color: rgb(167,48,119); }

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