Html Css Color HEX #A73185 Medium Red Violet

📋 copy color: '#A73185'

red 167 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #A73185

Tints of Medium Red Violet #A73185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 47.85%
G = 14.04%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A73185 (or 0xA73185) is known color: Medium Red Violet. HEX triplet: A7, 31 and 85. RGB value is (167,49,133). Sum of RGB (Red+Green+Blue) = 167+49+133=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A73185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73185 is #58CE7A. Grayscale: #5D5D5D. Windows color (decimal): -5820027 or 8728999. OLE color: 8728999.

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

Color convert

RGB 167 49 133 -
CMYK 0 0.71 0.20 0.35
HSL 317.29º 0.55% 0.42% -
HSV(B) 317.29º 0.71% 0.65% -
XYZ 21.27 12.11 23.41 -
YUV 93.86 150.09 180.17 -
System Red Green Blue C M Y K H S L
Decimal 167 49 133 0 0.71 0.20 0.35 317.29 0.55 0.42
Hex A7 31 85 0 47 14 23 13D 37 2A
Octal 247 61 205 0 107 24 43 475 67 52
Binary 10100111 110001 10000101 0 1000111 10100 100011 100111101 110111 101010

Color Harmonies of #A73185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73185

Black with #A73185

Text Example


Text Example

White with #A73185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73185; }

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

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

background-color css

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

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

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

border-color css

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

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

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