Html Css Color HEX #A71488 Medium Violet Red

📋 copy color: '#A71488'

red 167 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #A71488

Tints of Medium Violet Red #A71488

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.19%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 51.7%
G = 6.19%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A71488 (or 0xA71488) is known color: Medium Violet Red. HEX triplet: A7, 14 and 88. RGB value is (167,20,136). Sum of RGB (Red+Green+Blue) = 167+20+136=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A71488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71488 is #58EB77. Grayscale: #4C4C4C. Windows color (decimal): -5827448 or 8918183. OLE color: 8918183.

HSL color Cylindrical-coordinate representation of color #A71488: hue angle of 312.65º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71488 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 20 136 -
CMYK 0 0.88 0.19 0.35
HSL 312.65º 0.79% 0.37% -
HSV(B) 312.65º 0.88% 0.65% -
XYZ 20.63 10.49 24.23 -
YUV 77.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 167 20 136 0 0.88 0.19 0.35 312.65 0.79 0.37
Hex A7 14 88 0 58 13 23 139 4F 25
Octal 247 24 210 0 130 23 43 471 117 45
Binary 10100111 10100 10001000 0 1011000 10011 100011 100111001 1001111 100101

Color Harmonies of #A71488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71488

Black with #A71488

Text Example


Text Example

White with #A71488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71488; }

 p { color: rgb(167,20,136); }

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

background-color css

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

 a { background-color: rgb(167,20,136); }

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

border-color css

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

 span { border-color: rgb(167,20,136); }

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