#AF049F

Color #AF049F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #AF049F

Tints of Dark Magenta #AF049F

Color information

#AF049F (or 0xAF049F) is unknown color: approx Dark Magenta. HEX triplet: AF, 04 and 9F. RGB value is (175,4,159). Sum of RGB (Red+Green+Blue) = 175+4+159=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 159 (62.5% from 255 or 47.04% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF049F is #50FB60. Grayscale: #484848. Windows color (decimal): -5307233 or 10421423. OLE color: 10421423.

HSL color Cylindrical-coordinate representation of color #AF049F: hue angle of 305.61º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF049F is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB1754159-
CMYK00.980.090.31
HSL305.61º95.53%35.1%-
HSV(B)305.61º97.71%68.63%-
XYZ23.9811.733.8-
YUV72.8176.65200.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.78%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 159 (62.5% from 255) = 47.04%
R=51.78%
G=1.18%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175415900.980.090.31305.6195.5335.1
HexAF49F06291F1326023
Octal25742370142113746214043
Binary1010111110010011111011000101001111111001100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF049F; }

 p { color: rgb(175,4,159); }

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

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

 a { background-color: rgb(175,4,159); }

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

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

 span { border-color: rgb(175,4,159); }

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