#A4247F

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

Shades of Medium Red Violet #A4247F

Tints of Medium Red Violet #A4247F

Color information

#A4247F (or 0xA4247F) is unknown color: approx Medium Red Violet. HEX triplet: A4, 24 and 7F. RGB value is (164,36,127). Sum of RGB (Red+Green+Blue) = 164+36+127=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4247F is #5BDB80. Grayscale: #545454. Windows color (decimal): -6019969 or 8332452. OLE color: 8332452.

HSL color Cylindrical-coordinate representation of color #A4247F: hue angle of 317.34º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4247F is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16436127-
CMYK00.780.230.36
HSL317.34º64%39.22%-
HSV(B)317.34º78.05%64.31%-
XYZ19.7710.6921.1-
YUV84.65151.91184.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 36 (14.45% from 255) = 11.01%
BLUE value IS 127 (50% from 255) = 38.84%
R=50.15%
G=11.01%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643612700.780.230.36317.346439.22
HexA4247F04E172413d4027
Octal244441770116274447510047
Binary10100100100100111111101001110101111001001001111011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4247F; }

 p { color: rgb(164,36,127); }

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

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

 a { background-color: rgb(164,36,127); }

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

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

 span { border-color: rgb(164,36,127); }

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