#AF0B9F

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

Shades of Dark Magenta #AF0B9F

Tints of Dark Magenta #AF0B9F

Color information

#AF0B9F (or 0xAF0B9F) is unknown color: approx Dark Magenta. HEX triplet: AF, 0B and 9F. RGB value is (175,11,159). Sum of RGB (Red+Green+Blue) = 175+11+159=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0B9F is #50F460. Grayscale: #4C4C4C. Windows color (decimal): -5305441 or 10423215. OLE color: 10423215.

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

Color convert

RGB17511159-
CMYK00.940.090.31
HSL305.85º88.17%36.47%-
HSV(B)305.85º93.71%68.63%-
XYZ24.0611.8633.82-
YUV76.91174.33197.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 11 (4.69% from 255) = 3.19%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=50.72%
G=3.19%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751115900.940.090.31305.8588.1736.47
HexAFB9F05E91F1325824
Octal257132370136113746213044
Binary10101111101110011111010111101001111111001100101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0B9F; }

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

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

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

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

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

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

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

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