Html Css Color HEX #A71680 Medium Violet Red

📋 copy color: '#A71680'

red 167 ◦ green 22 ◦ blue 128

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

Shades of Medium Violet Red #A71680

Tints of Medium Violet Red #A71680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 52.68%
G = 6.94%
B = 40.38%

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

#A71680 (or 0xA71680) is known color: Medium Violet Red. HEX triplet: A7, 16 and 80. RGB value is (167,22,128). Sum of RGB (Red+Green+Blue) = 167+22+128=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A71680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71680 is #58E97F. Grayscale: #4D4D4D. Windows color (decimal): -5826944 or 8394407. OLE color: 8394407.

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

Color convert

RGB 167 22 128 -
CMYK 0 0.87 0.23 0.35
HSL 316.14º 0.77% 0.37% -
HSV(B) 316.14º 0.87% 0.65% -
XYZ 20.12 10.35 21.36 -
YUV 77.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 167 22 128 0 0.87 0.23 0.35 316.14 0.77 0.37
Hex A7 16 80 0 57 17 23 13C 4D 25
Octal 247 26 200 0 127 27 43 474 115 45
Binary 10100111 10110 10000000 0 1010111 10111 100011 100111100 1001101 100101

Color Harmonies of #A71680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71680

Black with #A71680

Text Example


Text Example

White with #A71680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71680; }

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

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

background-color css

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

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

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

border-color css

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

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

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