#A4447F

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

Shades of Medium Red Violet #A4447F

Tints of Medium Red Violet #A4447F

Color information

#A4447F (or 0xA4447F) is unknown color: approx Medium Red Violet. HEX triplet: A4, 44 and 7F. RGB value is (164,68,127). Sum of RGB (Red+Green+Blue) = 164+68+127=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4447F is #5BBB80. Grayscale: #676767. Windows color (decimal): -6011777 or 8340644. OLE color: 8340644.

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

Color convert

RGB16468127-
CMYK00.590.230.36
HSL323.12º41.38%45.49%-
HSV(B)323.12º58.54%64.31%-
XYZ21.2113.5621.58-
YUV103.43141.3171.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 127 (50% from 255) = 35.38%
R=45.68%
G=18.94%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646812700.590.230.36323.1241.3845.49
HexA4447F03B1724143292d
Octal24410417707327445035155
Binary1010010010001001111111011101110111100100101000011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4447F; }

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

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

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

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

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

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

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

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