Html Css Color HEX #A73A8B Medium Red Violet

📋 copy color: '#A73A8B'

red 167 ◦ green 58 ◦ blue 139

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

Shades of Medium Red Violet #A73A8B

Tints of Medium Red Violet #A73A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.19%

R = 45.88%
G = 15.93%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A73A8B (or 0xA73A8B) is known color: Medium Red Violet. HEX triplet: A7, 3A and 8B. RGB value is (167,58,139). Sum of RGB (Red+Green+Blue) = 167+58+139=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A8B is #58C574. Grayscale: #636363. Windows color (decimal): -5817717 or 9124519. OLE color: 9124519.

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

Color convert

RGB 167 58 139 -
CMYK 0 0.65 0.17 0.35
HSL 315.41º 0.48% 0.44% -
HSV(B) 315.41º 0.65% 0.65% -
XYZ 22.11 13.11 25.79 -
YUV 99.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 167 58 139 0 0.65 0.17 0.35 315.41 0.48 0.44
Hex A7 3A 8B 0 41 11 23 13B 30 2C
Octal 247 72 213 0 101 21 43 473 60 54
Binary 10100111 111010 10001011 0 1000001 10001 100011 100111011 110000 101100

Color Harmonies of #A73A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73A8B

Black with #A73A8B

Text Example


Text Example

White with #A73A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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