Html Css Color HEX #A71681 Medium Violet Red

📋 copy color: '#A71681'

red 167 ◦ green 22 ◦ blue 129

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

Shades of Medium Violet Red #A71681

Tints of Medium Violet Red #A71681

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.92%

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

R = 52.52%
G = 6.92%
B = 40.57%

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

#A71681 (or 0xA71681) is known color: Medium Violet Red. HEX triplet: A7, 16 and 81. RGB value is (167,22,129). Sum of RGB (Red+Green+Blue) = 167+22+129=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A71681 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71681 is #58E97E. Grayscale: #4D4D4D. Windows color (decimal): -5826943 or 8459943. OLE color: 8459943.

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

Color convert

RGB 167 22 129 -
CMYK 0 0.87 0.23 0.35
HSL 315.72º 0.77% 0.37% -
HSV(B) 315.72º 0.87% 0.65% -
XYZ 20.19 10.37 21.71 -
YUV 77.55 157.04 191.8 -
System Red Green Blue C M Y K H S L
Decimal 167 22 129 0 0.87 0.23 0.35 315.72 0.77 0.37
Hex A7 16 81 0 57 17 23 13C 4D 25
Octal 247 26 201 0 127 27 43 474 115 45
Binary 10100111 10110 10000001 0 1010111 10111 100011 100111100 1001101 100101

Color Harmonies of #A71681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71681

Black with #A71681

Text Example


Text Example

White with #A71681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71681; }

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

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

background-color css

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

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

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

border-color css

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

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

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