#a42871

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

Shades of Medium Red Violet #A42871

Tints of Medium Red Violet #A42871

Color information

#A42871 (or 0xA42871) is unknown color: approx Medium Red Violet. HEX triplet: A4, 28 and 71. RGB value is (164,40,113). Sum of RGB (Red+Green+Blue) = 164+40+113=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A42871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42871 is #5BD78E. Grayscale: #555555. Windows color (decimal): -6018959 or 7415972. OLE color: 7415972.

HSL color Cylindrical-coordinate representation of color #A42871: hue angle of 324.68º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42871 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16440113-
CMYK00.760.310.36
HSL324.68º60.78%40%-
HSV(B)324.68º75.61%64.31%-
XYZ19.0510.616.67-
YUV85.4143.58184.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.74%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=51.74%
G=12.62%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644011300.760.310.36324.6860.7840
HexA4287104C1F241453d28
Octal24450161011437445057550
Binary1010010010100011100010100110011111100100101000101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a42871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a42871; }

 p { color: rgb(164,40,113); }

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

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

 a { background-color: rgb(164,40,113); }

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

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

 span { border-color: rgb(164,40,113); }

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