#af0fbf

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

Shades of Deep Magenta #AF0FBF

Tints of Deep Magenta #AF0FBF

Color information

#AF0FBF (or 0xAF0FBF) is unknown color: approx Deep Magenta. HEX triplet: AF, 0F and BF. RGB value is (175,15,191). Sum of RGB (Red+Green+Blue) = 175+15+191=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF0FBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FBF is #50F040. Grayscale: #525252. Windows color (decimal): -5304385 or 12521391. OLE color: 12521391.

HSL color Cylindrical-coordinate representation of color #AF0FBF: hue angle of 294.55º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FBF is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17515191-
CMYK0.080.9200.25
HSL294.55º85.44%40.39%-
HSV(B)294.55º92.15%74.9%-
XYZ27.2513.2250.4-
YUV82.9189.01193.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.93%
GREEN value IS 15 (6.25% from 255) = 3.94%
BLUE value IS 191 (75% from 255) = 50.13%
R=45.93%
G=3.94%
B=50.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175151910.080.9200.25294.5585.4440.39
HexAFFBF85C0191275528
Octal257172771013403144712550
Binary10101111111110111111100010111000110011001001111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af0fbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af0fbf; }

 p { color: rgb(175,15,191); }

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

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

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

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

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

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

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