Html Css Color HEX #A7319C Medium Red Violet

📋 copy color: '#A7319C'

red 167 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #A7319C

Tints of Medium Red Violet #A7319C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 44.89%
G = 13.17%
B = 41.94%

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

#A7319C (or 0xA7319C) is known color: Medium Red Violet. HEX triplet: A7, 31 and 9C. RGB value is (167,49,156). Sum of RGB (Red+Green+Blue) = 167+49+156=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A7319C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7319C is #58CE63. Grayscale: #606060. Windows color (decimal): -5820004 or 10236327. OLE color: 10236327.

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

Color convert

RGB 167 49 156 -
CMYK 0 0.71 0.07 0.35
HSL 305.59º 0.55% 0.42% -
HSV(B) 305.59º 0.71% 0.65% -
XYZ 23.04 12.81 32.71 -
YUV 96.48 161.59 178.3 -
System Red Green Blue C M Y K H S L
Decimal 167 49 156 0 0.71 0.07 0.35 305.59 0.55 0.42
Hex A7 31 9C 0 47 7 23 132 37 2A
Octal 247 61 234 0 107 7 43 462 67 52
Binary 10100111 110001 10011100 0 1000111 111 100011 100110010 110111 101010

Color Harmonies of #A7319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7319C

Black with #A7319C

Text Example


Text Example

White with #A7319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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