Html Css Color HEX #A8197E Medium Violet Red

📋 copy color: '#A8197E'

red 168 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #A8197E

Tints of Medium Violet Red #A8197E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.84%

 BLUE value IS 126 (49.61% from 255) = 39.5%

R = 52.66%
G = 7.84%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8197E (or 0xA8197E) is known color: Medium Violet Red. HEX triplet: A8, 19 and 7E. RGB value is (168,25,126). Sum of RGB (Red+Green+Blue) = 168+25+126=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8197E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8197E is #57E681. Grayscale: #4F4F4F. Windows color (decimal): -5760642 or 8264104. OLE color: 8264104.

HSL color Cylindrical-coordinate representation of color #A8197E: hue angle of 317.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8197E is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 25 126 -
CMYK 0 0.85 0.25 0.34
HSL 317.62º 0.74% 0.38% -
HSV(B) 317.62º 0.85% 0.66% -
XYZ 20.26 10.53 20.7 -
YUV 79.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 168 25 126 0 0.85 0.25 0.34 317.62 0.74 0.38
Hex A8 19 7E 0 55 19 22 13E 4A 26
Octal 250 31 176 0 125 31 42 476 112 46
Binary 10101000 11001 1111110 0 1010101 11001 100010 100111110 1001010 100110

Color Harmonies of #A8197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8197E

Black with #A8197E

Text Example


Text Example

White with #A8197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8197E; }

 p { color: rgb(168,25,126); }

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

background-color css

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

 a { background-color: rgb(168,25,126); }

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

border-color css

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

 span { border-color: rgb(168,25,126); }

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