#A71288

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

Shades of Medium Violet Red #A71288

Tints of Medium Violet Red #A71288

Color information

#A71288 (or 0xA71288) is unknown color: approx 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

RGB16718136-
CMYK00.890.190.35
HSL312.48º80.54%36.27%-
HSV(B)312.48º89.22%65.49%-
XYZ20.610.4324.22-
YUV76161.86192.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671813600.890.190.35312.4880.5436.27
HexA7128805913231385124
Octal247222100131234347012144
Binary10100111100101000100001011001100111000111001110001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A71288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>