Html Css Color HEX #A7187F Medium Violet Red

📋 copy color: '#A7187F'

red 167 ◦ green 24 ◦ blue 127

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

Shades of Medium Violet Red #A7187F

Tints of Medium Violet Red #A7187F

RGB

 RED value IS 167 (65.63% from 255) = 52.52%

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

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

R = 52.52%
G = 7.55%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A7187F (or 0xA7187F) is known color: Medium Violet Red. HEX triplet: A7, 18 and 7F. RGB value is (167,24,127). Sum of RGB (Red+Green+Blue) = 167+24+127=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A7187F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7187F is #58E780. Grayscale: #4E4E4E. Windows color (decimal): -5826433 or 8329383. OLE color: 8329383.

HSL color Cylindrical-coordinate representation of color #A7187F: hue angle of 316.78º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7187F is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 24 127 -
CMYK 0 0.86 0.24 0.35
HSL 316.78º 0.75% 0.37% -
HSV(B) 316.78º 0.86% 0.65% -
XYZ 20.09 10.4 21.03 -
YUV 78.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 167 24 127 0 0.86 0.24 0.35 316.78 0.75 0.37
Hex A7 18 7F 0 56 18 23 13D 4B 25
Octal 247 30 177 0 126 30 43 475 113 45
Binary 10100111 11000 1111111 0 1010110 11000 100011 100111101 1001011 100101

Color Harmonies of #A7187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7187F

Black with #A7187F

Text Example


Text Example

White with #A7187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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