Html Css Color HEX #A71991 Medium Violet Red

📋 copy color: '#A71991'

red 167 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #A71991

Tints of Medium Violet Red #A71991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.03%

R = 49.55%
G = 7.42%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A71991 (or 0xA71991) is known color: Medium Violet Red. HEX triplet: A7, 19 and 91. RGB value is (167,25,145). Sum of RGB (Red+Green+Blue) = 167+25+145=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A71991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71991 is #58E66E. Grayscale: #505050. Windows color (decimal): -5826159 or 9509287. OLE color: 9509287.

HSL color Cylindrical-coordinate representation of color #A71991: hue angle of 309.3º 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 #A71991 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 25 145 -
CMYK 0 0.85 0.13 0.35
HSL 309.3º 0.74% 0.38% -
HSV(B) 309.3º 0.85% 0.65% -
XYZ 21.39 10.96 27.77 -
YUV 81.14 164.04 189.24 -
System Red Green Blue C M Y K H S L
Decimal 167 25 145 0 0.85 0.13 0.35 309.3 0.74 0.38
Hex A7 19 91 0 55 D 23 135 4A 26
Octal 247 31 221 0 125 15 43 465 112 46
Binary 10100111 11001 10010001 0 1010101 1101 100011 100110101 1001010 100110

Color Harmonies of #A71991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71991

Black with #A71991

Text Example


Text Example

White with #A71991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71991; }

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

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

background-color css

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

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

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

border-color css

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

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

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