#a42d89

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

Shades of Medium Red Violet #A42D89

Tints of Medium Red Violet #A42D89

Color information

#A42D89 (or 0xA42D89) is unknown color: approx Medium Red Violet. HEX triplet: A4, 2D and 89. RGB value is (164,45,137). Sum of RGB (Red+Green+Blue) = 164+45+137=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42D89 is #5BD276. Grayscale: #5A5A5A. Windows color (decimal): -6017655 or 8990116. OLE color: 8990116.

HSL color Cylindrical-coordinate representation of color #A42D89: hue angle of 313.61º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42D89 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16445137-
CMYK00.730.160.36
HSL313.61º56.94%40.98%-
HSV(B)313.61º72.56%64.31%-
XYZ20.7611.5824.81-
YUV91.07153.92180.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 45 (17.97% from 255) = 13.01%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=47.40%
G=13.01%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644513700.730.160.36313.6156.9440.98
HexA42D89049102413a3929
Octal24455211011120444727151
Binary10100100101101100010010100100110000100100100111010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a42d89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a42d89; }

 p { color: rgb(164,45,137); }

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

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

 a { background-color: rgb(164,45,137); }

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

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

 span { border-color: rgb(164,45,137); }

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