Html Css Color HEX #A73F86 Medium Red Violet

📋 copy color: '#A73F86'

red 167 ◦ green 63 ◦ blue 134

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

Shades of Medium Red Violet #A73F86

Tints of Medium Red Violet #A73F86

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 45.88%
G = 17.31%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A73F86 (or 0xA73F86) is known color: Medium Red Violet. HEX triplet: A7, 3F and 86. RGB value is (167,63,134). Sum of RGB (Red+Green+Blue) = 167+63+134=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F86 is #58C079. Grayscale: #666666. Windows color (decimal): -5816442 or 8798119. OLE color: 8798119.

HSL color Cylindrical-coordinate representation of color #A73F86: hue angle of 319.04º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A73F86 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 63 134 -
CMYK 0 0.62 0.20 0.35
HSL 319.04º 0.45% 0.45% -
HSV(B) 319.04º 0.62% 0.65% -
XYZ 22.02 13.49 24 -
YUV 102.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 167 63 134 0 0.62 0.20 0.35 319.04 0.45 0.45
Hex A7 3F 86 0 3E 14 23 13F 2D 2D
Octal 247 77 206 0 76 24 43 477 55 55
Binary 10100111 111111 10000110 0 111110 10100 100011 100111111 101101 101101

Color Harmonies of #A73F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73F86

Black with #A73F86

Text Example


Text Example

White with #A73F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73F86; }

 p { color: rgb(167,63,134); }

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

background-color css

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

 a { background-color: rgb(167,63,134); }

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

border-color css

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

 span { border-color: rgb(167,63,134); }

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