#A906AF

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

Shades of Deep Magenta #A906AF

Tints of Deep Magenta #A906AF

Color information

#A906AF (or 0xA906AF) is unknown color: approx Deep Magenta. HEX triplet: A9, 06 and AF. RGB value is (169,6,175). Sum of RGB (Red+Green+Blue) = 169+6+175=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #A906AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A906AF is #56F950. Grayscale: #494949. Windows color (decimal): -5699921 or 11470505. OLE color: 11470505.

HSL color Cylindrical-coordinate representation of color #A906AF: hue angle of 297.87º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A906AF is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1696175-
CMYK0.030.9700.31
HSL297.87º93.37%35.49%-
HSV(B)297.87º96.57%68.63%-
XYZ24.1711.6641.53-
YUV74185195.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.29%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 175 (68.75% from 255) = 50%
R=48.29%
G=1.71%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16961750.030.9700.31297.8793.3735.49
HexA96AF36101F12a5d23
Octal2516257314103745213543
Binary10101001110101011111111000010111111001010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A906AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A906AF; }

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

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

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

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

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

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

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

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