Html Css Color HEX #A73292 Medium Red Violet

📋 copy color: '#A73292'

red 167 ◦ green 50 ◦ blue 146

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

Shades of Medium Red Violet #A73292

Tints of Medium Red Violet #A73292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 46.01%
G = 13.77%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A73292 (or 0xA73292) is known color: Medium Red Violet. HEX triplet: A7, 32 and 92. RGB value is (167,50,146). Sum of RGB (Red+Green+Blue) = 167+50+146=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A73292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73292 is #58CD6D. Grayscale: #5F5F5F. Windows color (decimal): -5819758 or 9581223. OLE color: 9581223.

HSL color Cylindrical-coordinate representation of color #A73292: hue angle of 310.77º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73292 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 50 146 -
CMYK 0 0.70 0.13 0.35
HSL 310.77º 0.54% 0.43% -
HSV(B) 310.77º 0.7% 0.65% -
XYZ 22.27 12.57 28.45 -
YUV 95.93 156.26 178.69 -
System Red Green Blue C M Y K H S L
Decimal 167 50 146 0 0.70 0.13 0.35 310.77 0.54 0.43
Hex A7 32 92 0 46 D 23 137 36 2B
Octal 247 62 222 0 106 15 43 467 66 53
Binary 10100111 110010 10010010 0 1000110 1101 100011 100110111 110110 101011

Color Harmonies of #A73292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73292

Black with #A73292

Text Example


Text Example

White with #A73292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73292; }

 p { color: rgb(167,50,146); }

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

background-color css

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

 a { background-color: rgb(167,50,146); }

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

border-color css

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

 span { border-color: rgb(167,50,146); }

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