#A4288F

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

Shades of Medium Red Violet #A4288F

Tints of Medium Red Violet #A4288F

Color information

#A4288F (or 0xA4288F) is unknown color: approx Medium Red Violet. HEX triplet: A4, 28 and 8F. RGB value is (164,40,143). Sum of RGB (Red+Green+Blue) = 164+40+143=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A4288F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4288F is #5BD770. Grayscale: #585858. Windows color (decimal): -6018929 or 9382052. OLE color: 9382052.

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

Color convert

RGB16440143-
CMYK00.760.130.36
HSL310.16º60.78%40%-
HSV(B)310.16º75.61%64.31%-
XYZ21.0311.3927.08-
YUV88.82158.58181.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 40 (16.02% from 255) = 11.53%
BLUE value IS 143 (56.25% from 255) = 41.21%
R=47.26%
G=11.53%
B=41.21%

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
Decimal1644014300.760.130.36310.1660.7840
HexA4288F04CD241363d28
Octal24450217011415444667550
Binary1010010010100010001111010011001101100100100110110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4288F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4288F; }

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

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

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

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

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

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

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

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