Html Css Color HEX #A73197 Medium Red Violet

📋 copy color: '#A73197'

red 167 ◦ green 49 ◦ blue 151

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

Shades of Medium Red Violet #A73197

Tints of Medium Red Violet #A73197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 151 (59.38% from 255) = 41.14%

R = 45.5%
G = 13.35%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A73197 (or 0xA73197) is known color: Medium Red Violet. HEX triplet: A7, 31 and 97. RGB value is (167,49,151). Sum of RGB (Red+Green+Blue) = 167+49+151=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A73197 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73197 is #58CE68. Grayscale: #5F5F5F. Windows color (decimal): -5820009 or 9908647. OLE color: 9908647.

HSL color Cylindrical-coordinate representation of color #A73197: hue angle of 308.14º 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 #A73197 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 151 -
CMYK 0 0.71 0.10 0.35
HSL 308.14º 0.55% 0.42% -
HSV(B) 308.14º 0.71% 0.65% -
XYZ 22.62 12.65 30.53 -
YUV 95.91 159.09 178.71 -
System Red Green Blue C M Y K H S L
Decimal 167 49 151 0 0.71 0.10 0.35 308.14 0.55 0.42
Hex A7 31 97 0 47 A 23 134 37 2A
Octal 247 61 227 0 107 12 43 464 67 52
Binary 10100111 110001 10010111 0 1000111 1010 100011 100110100 110111 101010

Color Harmonies of #A73197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73197

Black with #A73197

Text Example


Text Example

White with #A73197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73197; }

 p { color: rgb(167,49,151); }

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

background-color css

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

 a { background-color: rgb(167,49,151); }

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

border-color css

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

 span { border-color: rgb(167,49,151); }

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