Html Css Color HEX #A7319B Medium Red Violet

📋 copy color: '#A7319B'

red 167 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #A7319B

Tints of Medium Red Violet #A7319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 45.01%
G = 13.21%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7319B (or 0xA7319B) is known color: Medium Red Violet. HEX triplet: A7, 31 and 9B. RGB value is (167,49,155). Sum of RGB (Red+Green+Blue) = 167+49+155=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A7319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7319B is #58CE64. Grayscale: #606060. Windows color (decimal): -5820005 or 10170791. OLE color: 10170791.

HSL color Cylindrical-coordinate representation of color #A7319B: hue angle of 306.1º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7319B is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 155 -
CMYK 0 0.71 0.07 0.35
HSL 306.1º 0.55% 0.42% -
HSV(B) 306.1º 0.71% 0.65% -
XYZ 22.95 12.78 32.27 -
YUV 96.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 167 49 155 0 0.71 0.07 0.35 306.1 0.55 0.42
Hex A7 31 9B 0 47 7 23 132 37 2A
Octal 247 61 233 0 107 7 43 462 67 52
Binary 10100111 110001 10011011 0 1000111 111 100011 100110010 110111 101010

Color Harmonies of #A7319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7319B

Black with #A7319B

Text Example


Text Example

White with #A7319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7319B; }

 p { color: rgb(167,49,155); }

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

background-color css

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

 a { background-color: rgb(167,49,155); }

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

border-color css

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

 span { border-color: rgb(167,49,155); }

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