#A106A7

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

Shades of Dark Magenta #A106A7

Tints of Dark Magenta #A106A7

Color information

#A106A7 (or 0xA106A7) is unknown color: approx Dark Magenta. HEX triplet: A1, 06 and A7. RGB value is (161,6,167). Sum of RGB (Red+Green+Blue) = 161+6+167=334 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.20% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #A106A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A106A7 is #5EF958. Grayscale: #464646. Windows color (decimal): -6224217 or 10946209. OLE color: 10946209.

HSL color Cylindrical-coordinate representation of color #A106A7: hue angle of 297.76º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A106A7 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1616167-
CMYK0.040.9600.35
HSL297.76º93.06%33.92%-
HSV(B)297.76º96.41%65.49%-
XYZ21.7410.537.44-
YUV70.7182.35192.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.20%
GREEN value IS 6 (2.73% from 255) = 1.80%
BLUE value IS 167 (65.62% from 255) = 50%
R=48.20%
G=1.80%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16161670.040.9600.35297.7693.0633.92
HexA16A746002312a5d22
Octal2416247414004345213542
Binary1010000111010100111100110000001000111001010101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A106A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A106A7; }

 p { color: rgb(161,6,167); }

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

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

 a { background-color: rgb(161,6,167); }

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

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

 span { border-color: rgb(161,6,167); }

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