Html Css Color HEX #A8319E Medium Red Violet

📋 copy color: '#A8319E'

red 168 ◦ green 49 ◦ blue 158

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

Shades of Medium Red Violet #A8319E

Tints of Medium Red Violet #A8319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 44.8%
G = 13.07%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#A8319E (or 0xA8319E) is known color: Medium Red Violet. HEX triplet: A8, 31 and 9E. RGB value is (168,49,158). Sum of RGB (Red+Green+Blue) = 168+49+158=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8319E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8319E is #57CE61. Grayscale: #606060. Windows color (decimal): -5754466 or 10367400. OLE color: 10367400.

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

Color convert

RGB 168 49 158 -
CMYK 0 0.71 0.06 0.34
HSL 305.04º 0.55% 0.43% -
HSV(B) 305.04º 0.71% 0.66% -
XYZ 23.42 12.99 33.62 -
YUV 97.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 168 49 158 0 0.71 0.06 0.34 305.04 0.55 0.43
Hex A8 31 9E 0 47 6 22 131 37 2B
Octal 250 61 236 0 107 6 42 461 67 53
Binary 10101000 110001 10011110 0 1000111 110 100010 100110001 110111 101011

Color Harmonies of #A8319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8319E

Black with #A8319E

Text Example


Text Example

White with #A8319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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