Html Css Color HEX #A71987 Medium Violet Red

📋 copy color: '#A71987'

red 167 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #A71987

Tints of Medium Violet Red #A71987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 51.07%
G = 7.65%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A71987 (or 0xA71987) is known color: Medium Violet Red. HEX triplet: A7, 19 and 87. RGB value is (167,25,135). Sum of RGB (Red+Green+Blue) = 167+25+135=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A71987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71987 is #58E678. Grayscale: #4F4F4F. Windows color (decimal): -5826169 or 8853927. OLE color: 8853927.

HSL color Cylindrical-coordinate representation of color #A71987: hue angle of 313.52º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71987 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 25 135 -
CMYK 0 0.85 0.19 0.35
HSL 313.52º 0.74% 0.38% -
HSV(B) 313.52º 0.85% 0.65% -
XYZ 20.66 10.66 23.89 -
YUV 80 159.04 190.06 -
System Red Green Blue C M Y K H S L
Decimal 167 25 135 0 0.85 0.19 0.35 313.52 0.74 0.38
Hex A7 19 87 0 55 13 23 13A 4A 26
Octal 247 31 207 0 125 23 43 472 112 46
Binary 10100111 11001 10000111 0 1010101 10011 100011 100111010 1001010 100110

Color Harmonies of #A71987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71987

Black with #A71987

Text Example


Text Example

White with #A71987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71987; }

 p { color: rgb(167,25,135); }

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

background-color css

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

 a { background-color: rgb(167,25,135); }

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

border-color css

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

 span { border-color: rgb(167,25,135); }

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