Html Css Color HEX #A8198B Medium Violet Red

📋 copy color: '#A8198B'

red 168 ◦ green 25 ◦ blue 139

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

Shades of Medium Violet Red #A8198B

Tints of Medium Violet Red #A8198B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 50.6%
G = 7.53%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8198B (or 0xA8198B) is known color: Medium Violet Red. HEX triplet: A8, 19 and 8B. RGB value is (168,25,139). Sum of RGB (Red+Green+Blue) = 168+25+139=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8198B is #57E674. Grayscale: #505050. Windows color (decimal): -5760629 or 9116072. OLE color: 9116072.

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

Color convert

RGB 168 25 139 -
CMYK 0 0.85 0.17 0.34
HSL 312.17º 0.74% 0.38% -
HSV(B) 312.17º 0.85% 0.66% -
XYZ 21.16 10.88 25.41 -
YUV 80.75 160.88 190.23 -
System Red Green Blue C M Y K H S L
Decimal 168 25 139 0 0.85 0.17 0.34 312.17 0.74 0.38
Hex A8 19 8B 0 55 11 22 138 4A 26
Octal 250 31 213 0 125 21 42 470 112 46
Binary 10101000 11001 10001011 0 1010101 10001 100010 100111000 1001010 100110

Color Harmonies of #A8198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8198B

Black with #A8198B

Text Example


Text Example

White with #A8198B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8198B; }

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

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

background-color css

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

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

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

border-color css

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

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

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