#AF0FB7

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

Shades of Deep Magenta #AF0FB7

Tints of Deep Magenta #AF0FB7

Color information

#AF0FB7 (or 0xAF0FB7) is unknown color: approx Deep Magenta. HEX triplet: AF, 0F and B7. RGB value is (175,15,183). Sum of RGB (Red+Green+Blue) = 175+15+183=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 15 (6.25% from 255 or 4.02% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF0FB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0FB7 is #50F048. Grayscale: #515151. Windows color (decimal): -5304393 or 11997103. OLE color: 11997103.

HSL color Cylindrical-coordinate representation of color #AF0FB7: hue angle of 297.14º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0FB7 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17515183-
CMYK0.040.9200.28
HSL297.14º84.85%38.82%-
HSV(B)297.14º91.8%71.76%-
XYZ26.412.8745.89-
YUV81.99185.01194.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.92%
GREEN value IS 15 (6.25% from 255) = 4.02%
BLUE value IS 183 (71.88% from 255) = 49.06%
R=46.92%
G=4.02%
B=49.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal175151830.040.9200.28297.1484.8538.82
HexAFFB745C01C1295527
Octal25717267413403445112547
Binary1010111111111011011110010111000111001001010011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF0FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF0FB7; }

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

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

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

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

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

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

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

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