#AF12BA

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

Shades of Deep Magenta #AF12BA

Tints of Deep Magenta #AF12BA

Color information

#AF12BA (or 0xAF12BA) is unknown color: approx Deep Magenta. HEX triplet: AF, 12 and BA. RGB value is (175,18,186). Sum of RGB (Red+Green+Blue) = 175+18+186=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 18 (7.42% from 255 or 4.75% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF12BA is #50ED45. Grayscale: #535353. Windows color (decimal): -5303622 or 12194479. OLE color: 12194479.

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

Color convert

RGB17518186-
CMYK0.060.9000.27
HSL296.07º82.35%40%-
HSV(B)296.07º90.32%72.94%-
XYZ26.7613.0947.57-
YUV84.1185.51192.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 18 (7.42% from 255) = 4.75%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=46.17%
G=4.75%
B=49.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175181860.060.9000.27296.0782.3540
HexAF12BA65A01B1285228
Octal25722272613203345012250
Binary10101111100101011101011010110100110111001010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF12BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF12BA; }

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

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

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

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

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

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

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

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