Html Css Color HEX #A71A8C Medium Violet Red

📋 copy color: '#A71A8C'

red 167 ◦ green 26 ◦ blue 140

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

Shades of Medium Violet Red #A71A8C

Tints of Medium Violet Red #A71A8C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.81%

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 50.15%
G = 7.81%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A71A8C (or 0xA71A8C) is known color: Medium Violet Red. HEX triplet: A7, 1A and 8C. RGB value is (167,26,140). Sum of RGB (Red+Green+Blue) = 167+26+140=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A71A8C is #58E573. Grayscale: #505050. Windows color (decimal): -5825908 or 9181863. OLE color: 9181863.

HSL color Cylindrical-coordinate representation of color #A71A8C: hue angle of 311.49º degrees, saturation: 0.73, 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 #A71A8C is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 26 140 -
CMYK 0 0.84 0.16 0.35
HSL 311.49º 0.73% 0.38% -
HSV(B) 311.49º 0.84% 0.65% -
XYZ 21.04 10.85 25.8 -
YUV 81.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 167 26 140 0 0.84 0.16 0.35 311.49 0.73 0.38
Hex A7 1A 8C 0 54 10 23 137 49 26
Octal 247 32 214 0 124 20 43 467 111 46
Binary 10100111 11010 10001100 0 1010100 10000 100011 100110111 1001001 100110

Color Harmonies of #A71A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71A8C

Black with #A71A8C

Text Example


Text Example

White with #A71A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71A8C; }

 p { color: rgb(167,26,140); }

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

background-color css

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

 a { background-color: rgb(167,26,140); }

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

border-color css

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

 span { border-color: rgb(167,26,140); }

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