#A10699

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

Shades of Dark Magenta #A10699

Tints of Dark Magenta #A10699

Color information

#A10699 (or 0xA10699) is unknown color: approx Dark Magenta. HEX triplet: A1, 06 and 99. RGB value is (161,6,153). Sum of RGB (Red+Green+Blue) = 161+6+153=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A10699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10699 is #5EF966. Grayscale: #444444. Windows color (decimal): -6224231 or 10028705. OLE color: 10028705.

HSL color Cylindrical-coordinate representation of color #A10699: hue angle of 303.1º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A10699 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB1616153-
CMYK00.960.050.37
HSL303.1º92.81%32.75%-
HSV(B)303.1º96.27%63.14%-
XYZ20.5110.0130.99-
YUV69.1175.35193.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=50.31%
G=1.88%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161615300.960.050.37303.192.8132.75
HexA169906052512f5d21
Octal2416231014054545713541
Binary1010000111010011001011000001011001011001011111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10699; }

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

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

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

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

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

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

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

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