Html Css Color HEX #A8317D Medium Red Violet

📋 copy color: '#A8317D'

red 168 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #A8317D

Tints of Medium Red Violet #A8317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 49.12%
G = 14.33%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8317D (or 0xA8317D) is known color: Medium Red Violet. HEX triplet: A8, 31 and 7D. RGB value is (168,49,125). Sum of RGB (Red+Green+Blue) = 168+49+125=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8317D is #57CE82. Grayscale: #5D5D5D. Windows color (decimal): -5754499 or 8204712. OLE color: 8204712.

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

Color convert

RGB 168 49 125 -
CMYK 0 0.71 0.26 0.34
HSL 321.68º 0.55% 0.43% -
HSV(B) 321.68º 0.71% 0.66% -
XYZ 20.95 12 20.61 -
YUV 93.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 168 49 125 0 0.71 0.26 0.34 321.68 0.55 0.43
Hex A8 31 7D 0 47 1A 22 142 37 2B
Octal 250 61 175 0 107 32 42 502 67 53
Binary 10101000 110001 1111101 0 1000111 11010 100010 101000010 110111 101011

Color Harmonies of #A8317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8317D

Black with #A8317D

Text Example


Text Example

White with #A8317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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