#A4298F

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

Shades of Medium Red Violet #A4298F

Tints of Medium Red Violet #A4298F

Color information

#A4298F (or 0xA4298F) is unknown color: approx Medium Red Violet. HEX triplet: A4, 29 and 8F. RGB value is (164,41,143). Sum of RGB (Red+Green+Blue) = 164+41+143=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A4298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4298F is #5BD670. Grayscale: #595959. Windows color (decimal): -6018673 or 9382308. OLE color: 9382308.

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

Color convert

RGB16441143-
CMYK00.750.130.36
HSL310.24º60%40.2%-
HSV(B)310.24º75%64.31%-
XYZ21.0611.4627.09-
YUV89.4158.25181.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 41 (16.41% from 255) = 11.78%
BLUE value IS 143 (56.25% from 255) = 41.09%
R=47.13%
G=11.78%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644114300.750.130.36310.246040.2
HexA4298F04BD241363c28
Octal24451217011315444667450
Binary1010010010100110001111010010111101100100100110110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4298F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4298F; }

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

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

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

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

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

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

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

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