Html Css Color HEX #A73D86 Medium Red Violet

📋 copy color: '#A73D86'

red 167 ◦ green 61 ◦ blue 134

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

Shades of Medium Red Violet #A73D86

Tints of Medium Red Violet #A73D86

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

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

R = 46.13%
G = 16.85%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A73D86 (or 0xA73D86) is known color: Medium Red Violet. HEX triplet: A7, 3D and 86. RGB value is (167,61,134). Sum of RGB (Red+Green+Blue) = 167+61+134=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73D86 is #58C279. Grayscale: #646464. Windows color (decimal): -5816954 or 8797607. OLE color: 8797607.

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

Color convert

RGB 167 61 134 -
CMYK 0 0.63 0.20 0.35
HSL 318.68º 0.46% 0.45% -
HSV(B) 318.68º 0.63% 0.65% -
XYZ 21.91 13.27 23.96 -
YUV 101.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 167 61 134 0 0.63 0.20 0.35 318.68 0.46 0.45
Hex A7 3D 86 0 3F 14 23 13F 2E 2D
Octal 247 75 206 0 77 24 43 477 56 55
Binary 10100111 111101 10000110 0 111111 10100 100011 100111111 101110 101101

Color Harmonies of #A73D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73D86

Black with #A73D86

Text Example


Text Example

White with #A73D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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