#A71188

Color #A71188 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #A71188

Tints of Medium Violet Red #A71188

Color information

#A71188 (or 0xA71188) is unknown color: approx Medium Violet Red. HEX triplet: A7, 11 and 88. RGB value is (167,17,136). Sum of RGB (Red+Green+Blue) = 167+17+136=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A71188 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A71188 is #58EE77. Grayscale: #4B4B4B. Windows color (decimal): -5828216 or 8917415. OLE color: 8917415.

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

Color convert

RGB16717136-
CMYK00.900.190.35
HSL312.4º81.52%36.08%-
HSV(B)312.4º89.82%65.49%-
XYZ20.5810.3924.21-
YUV75.42162.2193.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 17 (7.03% from 255) = 5.31%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=52.19%
G=5.31%
B=42.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671713600.900.190.35312.481.5236.08
HexA7118805A13231385224
Octal247212100132234347012244
Binary10100111100011000100001011010100111000111001110001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A71188; }

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

 H1.HeaderClassName
 {
   color: #A71188;
 }
 .AnyTagClassName
 {
   color: #A71188;
 }
</style>
background-color css

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

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

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

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

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

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