Html Css Color HEX #A71581 Medium Violet Red

📋 copy color: '#A71581'

red 167 ◦ green 21 ◦ blue 129

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

Shades of Medium Violet Red #A71581

Tints of Medium Violet Red #A71581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 52.68%
G = 6.62%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A71581 (or 0xA71581) is known color: Medium Violet Red. HEX triplet: A7, 15 and 81. RGB value is (167,21,129). Sum of RGB (Red+Green+Blue) = 167+21+129=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A71581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71581 is #58EA7E. Grayscale: #4C4C4C. Windows color (decimal): -5827199 or 8459687. OLE color: 8459687.

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

Color convert

RGB 167 21 129 -
CMYK 0 0.87 0.23 0.35
HSL 315.62º 0.78% 0.37% -
HSV(B) 315.62º 0.87% 0.65% -
XYZ 20.17 10.34 21.7 -
YUV 76.97 157.37 192.22 -
System Red Green Blue C M Y K H S L
Decimal 167 21 129 0 0.87 0.23 0.35 315.62 0.78 0.37
Hex A7 15 81 0 57 17 23 13C 4E 25
Octal 247 25 201 0 127 27 43 474 116 45
Binary 10100111 10101 10000001 0 1010111 10111 100011 100111100 1001110 100101

Color Harmonies of #A71581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71581

Black with #A71581

Text Example


Text Example

White with #A71581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71581; }

 p { color: rgb(167,21,129); }

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

background-color css

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

 a { background-color: rgb(167,21,129); }

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

border-color css

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

 span { border-color: rgb(167,21,129); }

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