#A10099

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

Shades of Dark Magenta #A10099

Tints of Dark Magenta #A10099

Color information

#A10099 (or 0xA10099) is unknown color: approx Dark Magenta. HEX triplet: A1, 00 and 99. RGB value is (161,0,153). Sum of RGB (Red+Green+Blue) = 161+0+153=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A10099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10099 is #5EFF66. Grayscale: #414141. Windows color (decimal): -6225767 or 10027169. OLE color: 10027169.

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

Color convert

RGB1610153-
CMYK010.050.37
HSL302.98º100%31.57%-
HSV(B)302.98º100%63.14%-
XYZ20.459.8830.97-
YUV65.58177.34196.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 48.73%
R=51.27%
G=0%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1610153010.050.37302.9810031.57
HexA109906452512f6420
Octal2410231014454545714440
Binary10100001010011001011001001011001011001011111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10099; }

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

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

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

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

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

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

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

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