#AF1AB9

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

Shades of Deep Magenta #AF1AB9

Tints of Deep Magenta #AF1AB9

Color information

#AF1AB9 (or 0xAF1AB9) is unknown color: approx Deep Magenta. HEX triplet: AF, 1A and B9. RGB value is (175,26,185). Sum of RGB (Red+Green+Blue) = 175+26+185=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF1AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AB9 is #50E546. Grayscale: #585858. Windows color (decimal): -5301575 or 12130991. OLE color: 12130991.

HSL color Cylindrical-coordinate representation of color #AF1AB9: hue angle of 296.23º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1AB9 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17526185-
CMYK0.050.8600.27
HSL296.23º75.36%41.37%-
HSV(B)296.23º85.95%72.55%-
XYZ26.8113.3647.06-
YUV88.68182.36189.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.34%
GREEN value IS 26 (10.55% from 255) = 6.74%
BLUE value IS 185 (72.66% from 255) = 47.93%
R=45.34%
G=6.74%
B=47.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal175261850.050.8600.27296.2375.3641.37
HexAF1AB955601B1284b29
Octal25732271512603345011351
Binary10101111110101011100110110101100110111001010001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1AB9; }

 p { color: rgb(175,26,185); }

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

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

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

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

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

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

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