Html Css Color HEX #A71386 Medium Violet Red

📋 copy color: '#A71386'

red 167 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #A71386

Tints of Medium Violet Red #A71386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

 BLUE value IS 134 (52.73% from 255) = 41.88%

R = 52.19%
G = 5.94%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A71386 (or 0xA71386) is known color: Medium Violet Red. HEX triplet: A7, 13 and 86. RGB value is (167,19,134). Sum of RGB (Red+Green+Blue) = 167+19+134=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A71386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71386 is #58EC79. Grayscale: #4C4C4C. Windows color (decimal): -5827706 or 8786855. OLE color: 8786855.

HSL color Cylindrical-coordinate representation of color #A71386: hue angle of 313.38º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71386 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 19 134 -
CMYK 0 0.89 0.20 0.35
HSL 313.38º 0.8% 0.36% -
HSV(B) 313.38º 0.89% 0.65% -
XYZ 20.47 10.4 23.48 -
YUV 76.36 160.53 192.65 -
System Red Green Blue C M Y K H S L
Decimal 167 19 134 0 0.89 0.20 0.35 313.38 0.8 0.36
Hex A7 13 86 0 59 14 23 139 50 24
Octal 247 23 206 0 131 24 43 471 120 44
Binary 10100111 10011 10000110 0 1011001 10100 100011 100111001 1010000 100100

Color Harmonies of #A71386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71386

Black with #A71386

Text Example


Text Example

White with #A71386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71386; }

 p { color: rgb(167,19,134); }

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

background-color css

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

 a { background-color: rgb(167,19,134); }

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

border-color css

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

 span { border-color: rgb(167,19,134); }

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