Html Css Color HEX #A73296 Medium Red Violet

📋 copy color: '#A73296'

red 167 ◦ green 50 ◦ blue 150

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

Shades of Medium Red Violet #A73296

Tints of Medium Red Violet #A73296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 45.5%
G = 13.62%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A73296 (or 0xA73296) is known color: Medium Red Violet. HEX triplet: A7, 32 and 96. RGB value is (167,50,150). Sum of RGB (Red+Green+Blue) = 167+50+150=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A73296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73296 is #58CD69. Grayscale: #606060. Windows color (decimal): -5819754 or 9843367. OLE color: 9843367.

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

Color convert

RGB 167 50 150 -
CMYK 0 0.70 0.10 0.35
HSL 308.72º 0.54% 0.43% -
HSV(B) 308.72º 0.7% 0.65% -
XYZ 22.58 12.7 30.12 -
YUV 96.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 167 50 150 0 0.70 0.10 0.35 308.72 0.54 0.43
Hex A7 32 96 0 46 A 23 135 36 2B
Octal 247 62 226 0 106 12 43 465 66 53
Binary 10100111 110010 10010110 0 1000110 1010 100011 100110101 110110 101011

Color Harmonies of #A73296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73296

Black with #A73296

Text Example


Text Example

White with #A73296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73296; }

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

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

background-color css

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

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

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

border-color css

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

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

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