#AF06B9

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

Shades of Deep Magenta #AF06B9

Tints of Deep Magenta #AF06B9

Color information

#AF06B9 (or 0xAF06B9) is unknown color: approx Deep Magenta. HEX triplet: AF, 06 and B9. RGB value is (175,6,185). Sum of RGB (Red+Green+Blue) = 175+6+185=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 6 (2.73% from 255 or 1.64% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF06B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06B9 is #50F946. Grayscale: #4C4C4C. Windows color (decimal): -5306695 or 12125871. OLE color: 12125871.

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

Color convert

RGB1756185-
CMYK0.050.9700.27
HSL296.65º93.72%37.45%-
HSV(B)296.65º96.76%72.55%-
XYZ26.512.7546.96-
YUV76.94188.99197.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.81%
GREEN value IS 6 (2.73% from 255) = 1.64%
BLUE value IS 185 (72.66% from 255) = 50.55%
R=47.81%
G=1.64%
B=50.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17561850.050.9700.27296.6593.7237.45
HexAF6B956101B1295e25
Octal2576271514103345113645
Binary101011111101011100110111000010110111001010011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF06B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF06B9; }

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

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

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

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

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

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

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

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