Html Css Color HEX #A8188E Medium Violet Red

📋 copy color: '#A8188E'

red 168 ◦ green 24 ◦ blue 142

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

Shades of Medium Violet Red #A8188E

Tints of Medium Violet Red #A8188E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.19%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 50.3%
G = 7.19%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8188E (or 0xA8188E) is known color: Medium Violet Red. HEX triplet: A8, 18 and 8E. RGB value is (168,24,142). Sum of RGB (Red+Green+Blue) = 168+24+142=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A8188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8188E is #57E771. Grayscale: #505050. Windows color (decimal): -5760882 or 9312424. OLE color: 9312424.

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

Color convert

RGB 168 24 142 -
CMYK 0 0.86 0.15 0.34
HSL 310.83º 0.75% 0.38% -
HSV(B) 310.83º 0.86% 0.66% -
XYZ 21.36 10.93 26.58 -
YUV 80.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 168 24 142 0 0.86 0.15 0.34 310.83 0.75 0.38
Hex A8 18 8E 0 56 F 22 137 4B 26
Octal 250 30 216 0 126 17 42 467 113 46
Binary 10101000 11000 10001110 0 1010110 1111 100010 100110111 1001011 100110

Color Harmonies of #A8188E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8188E

Black with #A8188E

Text Example


Text Example

White with #A8188E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8188E; }

 p { color: rgb(168,24,142); }

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

background-color css

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

 a { background-color: rgb(168,24,142); }

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

border-color css

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

 span { border-color: rgb(168,24,142); }

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