Html Css Color HEX #A73A81 Medium Red Violet

📋 copy color: '#A73A81'

red 167 ◦ green 58 ◦ blue 129

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

Shades of Medium Red Violet #A73A81

Tints of Medium Red Violet #A73A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.44%

R = 47.18%
G = 16.38%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A73A81 (or 0xA73A81) is known color: Medium Red Violet. HEX triplet: A7, 3A and 81. RGB value is (167,58,129). Sum of RGB (Red+Green+Blue) = 167+58+129=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A81 is #58C57E. Grayscale: #626262. Windows color (decimal): -5817727 or 8469159. OLE color: 8469159.

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

Color convert

RGB 167 58 129 -
CMYK 0 0.65 0.23 0.35
HSL 320.92º 0.48% 0.44% -
HSV(B) 320.92º 0.65% 0.65% -
XYZ 21.41 12.83 22.12 -
YUV 98.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 167 58 129 0 0.65 0.23 0.35 320.92 0.48 0.44
Hex A7 3A 81 0 41 17 23 141 30 2C
Octal 247 72 201 0 101 27 43 501 60 54
Binary 10100111 111010 10000001 0 1000001 10111 100011 101000001 110000 101100

Color Harmonies of #A73A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73A81

Black with #A73A81

Text Example


Text Example

White with #A73A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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