#A4288E

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

Shades of Medium Red Violet #A4288E

Tints of Medium Red Violet #A4288E

Color information

#A4288E (or 0xA4288E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 28 and 8E. RGB value is (164,40,142). Sum of RGB (Red+Green+Blue) = 164+40+142=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4288E is #5BD771. Grayscale: #585858. Windows color (decimal): -6018930 or 9316516. OLE color: 9316516.

HSL color Cylindrical-coordinate representation of color #A4288E: hue angle of 310.65º 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 #A4288E is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16440142-
CMYK00.760.130.36
HSL310.65º60.78%40%-
HSV(B)310.65º75.61%64.31%-
XYZ20.9511.3626.68-
YUV88.7158.08181.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 40 (16.02% from 255) = 11.56%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=47.40%
G=11.56%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644014200.760.130.36310.6560.7840
HexA4288E04CD241373d28
Octal24450216011415444677550
Binary1010010010100010001110010011001101100100100110111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4288E; }

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

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

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

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

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

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

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

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