Html Css Color HEX #A71881 Medium Violet Red

📋 copy color: '#A71881'

red 167 ◦ green 24 ◦ blue 129

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

Shades of Medium Violet Red #A71881

Tints of Medium Violet Red #A71881

RGB

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

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

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

R = 52.19%
G = 7.5%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A71881 (or 0xA71881) is known color: Medium Violet Red. HEX triplet: A7, 18 and 81. RGB value is (167,24,129). Sum of RGB (Red+Green+Blue) = 167+24+129=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A71881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71881 is #58E77E. Grayscale: #4E4E4E. Windows color (decimal): -5826431 or 8460455. OLE color: 8460455.

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

Color convert

RGB 167 24 129 -
CMYK 0 0.86 0.23 0.35
HSL 315.94º 0.75% 0.37% -
HSV(B) 315.94º 0.86% 0.65% -
XYZ 20.23 10.45 21.72 -
YUV 78.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 167 24 129 0 0.86 0.23 0.35 315.94 0.75 0.37
Hex A7 18 81 0 56 17 23 13C 4B 25
Octal 247 30 201 0 126 27 43 474 113 45
Binary 10100111 11000 10000001 0 1010110 10111 100011 100111100 1001011 100101

Color Harmonies of #A71881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71881

Black with #A71881

Text Example


Text Example

White with #A71881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71881; }

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

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

background-color css

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

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

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

border-color css

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

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

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