Html Css Color HEX #A73A8D Medium Red Violet

📋 copy color: '#A73A8D'

red 167 ◦ green 58 ◦ blue 141

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

Shades of Medium Red Violet #A73A8D

Tints of Medium Red Violet #A73A8D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.85%

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 45.63%
G = 15.85%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A73A8D (or 0xA73A8D) is known color: Medium Red Violet. HEX triplet: A7, 3A and 8D. RGB value is (167,58,141). Sum of RGB (Red+Green+Blue) = 167+58+141=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A8D is #58C572. Grayscale: #636363. Windows color (decimal): -5817715 or 9255591. OLE color: 9255591.

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

Color convert

RGB 167 58 141 -
CMYK 0 0.65 0.16 0.35
HSL 314.31º 0.48% 0.44% -
HSV(B) 314.31º 0.65% 0.65% -
XYZ 22.26 13.16 26.57 -
YUV 100.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 167 58 141 0 0.65 0.16 0.35 314.31 0.48 0.44
Hex A7 3A 8D 0 41 10 23 13A 30 2C
Octal 247 72 215 0 101 20 43 472 60 54
Binary 10100111 111010 10001101 0 1000001 10000 100011 100111010 110000 101100

Color Harmonies of #A73A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73A8D

Black with #A73A8D

Text Example


Text Example

White with #A73A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73A8D; }

 p { color: rgb(167,58,141); }

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

background-color css

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

 a { background-color: rgb(167,58,141); }

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

border-color css

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

 span { border-color: rgb(167,58,141); }

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