Html Css Color HEX #A71288 Medium Violet Red

📋 copy color: '#A71288'

red 167 ◦ green 18 ◦ blue 136

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

Shades of Medium Violet Red #A71288

Tints of Medium Violet Red #A71288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

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

R = 52.02%
G = 5.61%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A71288 (or 0xA71288) is known color: Medium Violet Red. HEX triplet: A7, 12 and 88. RGB value is (167,18,136). Sum of RGB (Red+Green+Blue) = 167+18+136=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A71288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71288 is #58ED77. Grayscale: #4B4B4B. Windows color (decimal): -5827960 or 8917671. OLE color: 8917671.

HSL color Cylindrical-coordinate representation of color #A71288: hue angle of 312.48º degrees, saturation: 0.81, 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 #A71288 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 18 136 -
CMYK 0 0.89 0.19 0.35
HSL 312.48º 0.81% 0.36% -
HSV(B) 312.48º 0.89% 0.65% -
XYZ 20.6 10.43 24.22 -
YUV 76 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 167 18 136 0 0.89 0.19 0.35 312.48 0.81 0.36
Hex A7 12 88 0 59 13 23 138 51 24
Octal 247 22 210 0 131 23 43 470 121 44
Binary 10100111 10010 10001000 0 1011001 10011 100011 100111000 1010001 100100

Color Harmonies of #A71288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71288

Black with #A71288

Text Example


Text Example

White with #A71288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71288; }

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

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

background-color css

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

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

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

border-color css

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

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

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