#AF0BAF

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

Shades of Deep Magenta #AF0BAF

Tints of Deep Magenta #AF0BAF

Color information

#AF0BAF (or 0xAF0BAF) is unknown color: approx Deep Magenta. HEX triplet: AF, 0B and AF. RGB value is (175,11,175). Sum of RGB (Red+Green+Blue) = 175+11+175=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF0BAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BAF is #50F450. Grayscale: #4E4E4E. Windows color (decimal): -5305425 or 11471791. OLE color: 11471791.

HSL color Cylindrical-coordinate representation of color #AF0BAF: hue angle of 300º 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 #AF0BAF is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17511175-
CMYK00.9400.31
HSL300º88.17%36.47%-
HSV(B)300º93.71%68.63%-
XYZ25.5412.4541.61-
YUV78.73182.33196.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 11 (4.69% from 255) = 3.05%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=48.48%
G=3.05%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751117500.9400.3130088.1736.47
HexAFBAF05E01F12c5824
Octal25713257013603745413044
Binary10101111101110101111010111100111111001011001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0BAF; }

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

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

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

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

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

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

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

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