#AF11BA

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

Shades of Deep Magenta #AF11BA

Tints of Deep Magenta #AF11BA

Color information

#AF11BA (or 0xAF11BA) is unknown color: approx Deep Magenta. HEX triplet: AF, 11 and BA. RGB value is (175,17,186). Sum of RGB (Red+Green+Blue) = 175+17+186=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF11BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11BA is #50EE45. Grayscale: #525252. Windows color (decimal): -5303878 or 12194223. OLE color: 12194223.

HSL color Cylindrical-coordinate representation of color #AF11BA: hue angle of 296.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF11BA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17517186-
CMYK0.060.9100.27
HSL296.09º83.25%39.8%-
HSV(B)296.09º90.86%72.94%-
XYZ26.7413.0647.57-
YUV83.51185.85193.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.30%
GREEN value IS 17 (7.03% from 255) = 4.50%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=46.30%
G=4.50%
B=49.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175171860.060.9100.27296.0983.2539.8
HexAF11BA65B01B1285328
Octal25721272613303345012350
Binary10101111100011011101011010110110110111001010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF11BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF11BA; }

 p { color: rgb(175,17,186); }

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

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

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

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

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

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

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