Html Css Color HEX #A8198D Medium Violet Red

📋 copy color: '#A8198D'

red 168 ◦ green 25 ◦ blue 141

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

Shades of Medium Violet Red #A8198D

Tints of Medium Violet Red #A8198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 50.3%
G = 7.49%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8198D (or 0xA8198D) is known color: Medium Violet Red. HEX triplet: A8, 19 and 8D. RGB value is (168,25,141). Sum of RGB (Red+Green+Blue) = 168+25+141=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8198D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8198D is #57E672. Grayscale: #505050. Windows color (decimal): -5760627 or 9247144. OLE color: 9247144.

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

Color convert

RGB 168 25 141 -
CMYK 0 0.85 0.16 0.34
HSL 311.33º 0.74% 0.38% -
HSV(B) 311.33º 0.85% 0.66% -
XYZ 21.3 10.94 26.19 -
YUV 80.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 168 25 141 0 0.85 0.16 0.34 311.33 0.74 0.38
Hex A8 19 8D 0 55 10 22 137 4A 26
Octal 250 31 215 0 125 20 42 467 112 46
Binary 10101000 11001 10001101 0 1010101 10000 100010 100110111 1001010 100110

Color Harmonies of #A8198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8198D

Black with #A8198D

Text Example


Text Example

White with #A8198D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8198D; }

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

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

background-color css

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

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

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

border-color css

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

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

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