#AF039B

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

Shades of Dark Magenta #AF039B

Tints of Dark Magenta #AF039B

Color information

#AF039B (or 0xAF039B) is unknown color: approx Dark Magenta. HEX triplet: AF, 03 and 9B. RGB value is (175,3,155). Sum of RGB (Red+Green+Blue) = 175+3+155=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF039B is #50FC64. Grayscale: #474747. Windows color (decimal): -5307493 or 10159023. OLE color: 10159023.

HSL color Cylindrical-coordinate representation of color #AF039B: hue angle of 306.98º degrees, saturation: 0.97, 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 #AF039B is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB1753155-
CMYK00.980.110.31
HSL306.98º96.63%34.9%-
HSV(B)306.98º98.29%68.63%-
XYZ23.6311.5531.99-
YUV71.76174.98201.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.55%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=52.55%
G=0.90%
B=46.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175315500.980.110.31306.9896.6334.9
HexAF39B062B1F1336123
Octal25732330142133746314143
Binary101011111110011011011000101011111111001100111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF039B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF039B; }

 p { color: rgb(175,3,155); }

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

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

 a { background-color: rgb(175,3,155); }

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

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

 span { border-color: rgb(175,3,155); }

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