Html Css Color HEX #A8198C Medium Violet Red

📋 copy color: '#A8198C'

red 168 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #A8198C

Tints of Medium Violet Red #A8198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 50.45%
G = 7.51%
B = 42.04%

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

#A8198C (or 0xA8198C) is known color: Medium Violet Red. HEX triplet: A8, 19 and 8C. RGB value is (168,25,140). Sum of RGB (Red+Green+Blue) = 168+25+140=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8198C is #57E673. Grayscale: #505050. Windows color (decimal): -5760628 or 9181608. OLE color: 9181608.

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

Color convert

RGB 168 25 140 -
CMYK 0 0.85 0.17 0.34
HSL 311.75º 0.74% 0.38% -
HSV(B) 311.75º 0.85% 0.66% -
XYZ 21.23 10.91 25.8 -
YUV 80.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 168 25 140 0 0.85 0.17 0.34 311.75 0.74 0.38
Hex A8 19 8C 0 55 11 22 138 4A 26
Octal 250 31 214 0 125 21 42 470 112 46
Binary 10101000 11001 10001100 0 1010101 10001 100010 100111000 1001010 100110

Color Harmonies of #A8198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8198C

Black with #A8198C

Text Example


Text Example

White with #A8198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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