Html Css Color HEX #A8187E Medium Violet Red

📋 copy color: '#A8187E'

red 168 ◦ green 24 ◦ blue 126

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

Shades of Medium Violet Red #A8187E

Tints of Medium Violet Red #A8187E

RGB

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

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

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

R = 52.83%
G = 7.55%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8187E (or 0xA8187E) is known color: Medium Violet Red. HEX triplet: A8, 18 and 7E. RGB value is (168,24,126). Sum of RGB (Red+Green+Blue) = 168+24+126=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A8187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8187E is #57E781. Grayscale: #4E4E4E. Windows color (decimal): -5760898 or 8263848. OLE color: 8263848.

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

Color convert

RGB 168 24 126 -
CMYK 0 0.86 0.25 0.34
HSL 317.5º 0.75% 0.38% -
HSV(B) 317.5º 0.86% 0.66% -
XYZ 20.24 10.48 20.7 -
YUV 78.68 154.71 191.71 -
System Red Green Blue C M Y K H S L
Decimal 168 24 126 0 0.86 0.25 0.34 317.5 0.75 0.38
Hex A8 18 7E 0 56 19 22 13E 4B 26
Octal 250 30 176 0 126 31 42 476 113 46
Binary 10101000 11000 1111110 0 1010110 11001 100010 100111110 1001011 100110

Color Harmonies of #A8187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8187E

Black with #A8187E

Text Example


Text Example

White with #A8187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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