#A4408F

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

Shades of Medium Red Violet #A4408F

Tints of Medium Red Violet #A4408F

Color information

#A4408F (or 0xA4408F) is unknown color: approx Medium Red Violet. HEX triplet: A4, 40 and 8F. RGB value is (164,64,143). Sum of RGB (Red+Green+Blue) = 164+64+143=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A4408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4408F is #5BBF70. Grayscale: #666666. Windows color (decimal): -6012785 or 9388196. OLE color: 9388196.

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

Color convert

RGB16464143-
CMYK00.610.130.36
HSL312.6º43.86%44.71%-
HSV(B)312.6º60.98%64.31%-
XYZ22.113.5427.44-
YUV102.91150.63171.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 64 (25.39% from 255) = 17.25%
BLUE value IS 143 (56.25% from 255) = 38.54%
R=44.20%
G=17.25%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646414300.610.130.36312.643.8644.71
HexA4408F03DD241392c2d
Octal24410021707515444715455
Binary1010010010000001000111101111011101100100100111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4408F; }

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

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

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

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

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

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

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

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