Html Css Color HEX #A71B81 Medium Red Violet

📋 copy color: '#A71B81'

red 167 ◦ green 27 ◦ blue 129

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

Shades of Medium Red Violet #A71B81

Tints of Medium Red Violet #A71B81

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.36%

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

R = 51.7%
G = 8.36%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A71B81 (or 0xA71B81) is known color: Medium Red Violet. HEX triplet: A7, 1B and 81. RGB value is (167,27,129). Sum of RGB (Red+Green+Blue) = 167+27+129=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 129 (50.78% from 255 or 39.94% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A71B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71B81 is #58E47E. Grayscale: #505050. Windows color (decimal): -5825663 or 8461223. OLE color: 8461223.

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

Color convert

RGB 167 27 129 -
CMYK 0 0.84 0.23 0.35
HSL 316.29º 0.72% 0.38% -
HSV(B) 316.29º 0.84% 0.65% -
XYZ 20.29 10.58 21.74 -
YUV 80.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 167 27 129 0 0.84 0.23 0.35 316.29 0.72 0.38
Hex A7 1B 81 0 54 17 23 13C 48 26
Octal 247 33 201 0 124 27 43 474 110 46
Binary 10100111 11011 10000001 0 1010100 10111 100011 100111100 1001000 100110

Color Harmonies of #A71B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71B81

Black with #A71B81

Text Example


Text Example

White with #A71B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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