Html Css Color HEX #A71182 Medium Violet Red

📋 copy color: '#A71182'

red 167 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #A71182

Tints of Medium Violet Red #A71182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.41%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 53.18%
G = 5.41%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A71182 (or 0xA71182) is known color: Medium Violet Red. HEX triplet: A7, 11 and 82. RGB value is (167,17,130). Sum of RGB (Red+Green+Blue) = 167+17+130=314 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.18% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 167 - color contains mainly: red. Hex color #A71182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71182 is #58EE7D. Grayscale: #4A4A4A. Windows color (decimal): -5828222 or 8524199. OLE color: 8524199.

HSL color Cylindrical-coordinate representation of color #A71182: hue angle of 314.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A71182 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 17 130 -
CMYK 0 0.90 0.22 0.35
HSL 314.8º 0.82% 0.36% -
HSV(B) 314.8º 0.9% 0.65% -
XYZ 20.17 10.23 22.03 -
YUV 74.73 159.2 193.81 -
System Red Green Blue C M Y K H S L
Decimal 167 17 130 0 0.90 0.22 0.35 314.8 0.82 0.36
Hex A7 11 82 0 5A 16 23 13B 52 24
Octal 247 21 202 0 132 26 43 473 122 44
Binary 10100111 10001 10000010 0 1011010 10110 100011 100111011 1010010 100100

Color Harmonies of #A71182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71182

Black with #A71182

Text Example


Text Example

White with #A71182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71182; }

 p { color: rgb(167,17,130); }

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

background-color css

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

 a { background-color: rgb(167,17,130); }

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

border-color css

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

 span { border-color: rgb(167,17,130); }

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