#A806AF

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

Shades of Deep Magenta #A806AF

Tints of Deep Magenta #A806AF

Color information

#A806AF (or 0xA806AF) is unknown color: approx Deep Magenta. HEX triplet: A8, 06 and AF. RGB value is (168,6,175). Sum of RGB (Red+Green+Blue) = 168+6+175=349 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.14% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #A806AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A806AF is #57F950. Grayscale: #494949. Windows color (decimal): -5765457 or 11470504. OLE color: 11470504.

HSL color Cylindrical-coordinate representation of color #A806AF: hue angle of 297.51º 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 #A806AF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1686175-
CMYK0.040.9700.31
HSL297.51º93.37%35.49%-
HSV(B)297.51º96.57%68.63%-
XYZ23.9511.5541.52-
YUV73.7185.17195.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.14%
GREEN value IS 6 (2.73% from 255) = 1.72%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=48.14%
G=1.72%
B=50.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal16861750.040.9700.31297.5193.3735.49
HexA86AF46101F12a5d23
Octal2506257414103745213543
Binary101010001101010111110011000010111111001010101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A806AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A806AF; }

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

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

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

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

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

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

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

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