Html Css Color HEX #A8319B Medium Red Violet

📋 copy color: '#A8319B'

red 168 ◦ green 49 ◦ blue 155

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

Shades of Medium Red Violet #A8319B

Tints of Medium Red Violet #A8319B

RGB

 RED value IS 168 (66.02% from 255) = 45.16%

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

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

R = 45.16%
G = 13.17%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8319B (or 0xA8319B) is known color: Medium Red Violet. HEX triplet: A8, 31 and 9B. RGB value is (168,49,155). Sum of RGB (Red+Green+Blue) = 168+49+155=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 168 - color contains mainly: red. Hex color #A8319B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8319B is #57CE64. Grayscale: #606060. Windows color (decimal): -5754469 or 10170792. OLE color: 10170792.

HSL color Cylindrical-coordinate representation of color #A8319B: hue angle of 306.55º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8319B is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 155 -
CMYK 0 0.71 0.08 0.34
HSL 306.55º 0.55% 0.43% -
HSV(B) 306.55º 0.71% 0.66% -
XYZ 23.16 12.89 32.28 -
YUV 96.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 168 49 155 0 0.71 0.08 0.34 306.55 0.55 0.43
Hex A8 31 9B 0 47 8 22 133 37 2B
Octal 250 61 233 0 107 10 42 463 67 53
Binary 10101000 110001 10011011 0 1000111 1000 100010 100110011 110111 101011

Color Harmonies of #A8319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8319B

Black with #A8319B

Text Example


Text Example

White with #A8319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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