Html Css Color HEX #A73F94 Medium Red Violet

📋 copy color: '#A73F94'

red 167 ◦ green 63 ◦ blue 148

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

Shades of Medium Red Violet #A73F94

Tints of Medium Red Violet #A73F94

RGB

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

 GREEN value IS 63 (25% from 255) = 16.67%

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 44.18%
G = 16.67%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A73F94 (or 0xA73F94) is known color: Medium Red Violet. HEX triplet: A7, 3F and 94. RGB value is (167,63,148). Sum of RGB (Red+Green+Blue) = 167+63+148=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73F94 is #58C06B. Grayscale: #676767. Windows color (decimal): -5816428 or 9715623. OLE color: 9715623.

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

Color convert

RGB 167 63 148 -
CMYK 0 0.62 0.11 0.35
HSL 310.96º 0.45% 0.45% -
HSV(B) 310.96º 0.62% 0.65% -
XYZ 23.06 13.91 29.49 -
YUV 103.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 167 63 148 0 0.62 0.11 0.35 310.96 0.45 0.45
Hex A7 3F 94 0 3E B 23 137 2D 2D
Octal 247 77 224 0 76 13 43 467 55 55
Binary 10100111 111111 10010100 0 111110 1011 100011 100110111 101101 101101

Color Harmonies of #A73F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73F94

Black with #A73F94

Text Example


Text Example

White with #A73F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73F94; }

 p { color: rgb(167,63,148); }

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

background-color css

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

 a { background-color: rgb(167,63,148); }

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

border-color css

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

 span { border-color: rgb(167,63,148); }

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