Html Css Color HEX #A8187F Medium Violet Red

📋 copy color: '#A8187F'

red 168 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #A8187F

Tints of Medium Violet Red #A8187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.81%

R = 52.66%
G = 7.52%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8187F (or 0xA8187F) is known color: Medium Violet Red. HEX triplet: A8, 18 and 7F. RGB value is (168,24,127). Sum of RGB (Red+Green+Blue) = 168+24+127=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A8187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8187F is #57E780. Grayscale: #4E4E4E. Windows color (decimal): -5760897 or 8329384. OLE color: 8329384.

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

Color convert

RGB 168 24 127 -
CMYK 0 0.86 0.24 0.34
HSL 317.08º 0.75% 0.38% -
HSV(B) 317.08º 0.86% 0.66% -
XYZ 20.31 10.51 21.04 -
YUV 78.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 168 24 127 0 0.86 0.24 0.34 317.08 0.75 0.38
Hex A8 18 7F 0 56 18 22 13D 4B 26
Octal 250 30 177 0 126 30 42 475 113 46
Binary 10101000 11000 1111111 0 1010110 11000 100010 100111101 1001011 100110

Color Harmonies of #A8187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8187F

Black with #A8187F

Text Example


Text Example

White with #A8187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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