Html Css Color HEX #A73175 Medium Red Violet

📋 copy color: '#A73175'

red 167 ◦ green 49 ◦ blue 117

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

Shades of Medium Red Violet #A73175

Tints of Medium Red Violet #A73175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 50.15%
G = 14.71%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A73175 (or 0xA73175) is known color: Medium Red Violet. HEX triplet: A7, 31 and 75. RGB value is (167,49,117). Sum of RGB (Red+Green+Blue) = 167+49+117=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 49 (19.53% from 255 or 14.71% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A73175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73175 is #58CE8A. Grayscale: #5B5B5B. Windows color (decimal): -5820043 or 7680423. OLE color: 7680423.

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

Color convert

RGB 167 49 117 -
CMYK 0 0.71 0.30 0.35
HSL 325.42º 0.55% 0.42% -
HSV(B) 325.42º 0.71% 0.65% -
XYZ 20.25 11.7 18.02 -
YUV 92.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 167 49 117 0 0.71 0.30 0.35 325.42 0.55 0.42
Hex A7 31 75 0 47 1E 23 145 37 2A
Octal 247 61 165 0 107 36 43 505 67 52
Binary 10100111 110001 1110101 0 1000111 11110 100011 101000101 110111 101010

Color Harmonies of #A73175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73175

Black with #A73175

Text Example


Text Example

White with #A73175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73175; }

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

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

background-color css

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

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

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

border-color css

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

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

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