#a10a98

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

Shades of Dark Magenta #A10A98

Tints of Dark Magenta #A10A98

Color information

#A10A98 (or 0xA10A98) is unknown color: approx Dark Magenta. HEX triplet: A1, 0A and 98. RGB value is (161,10,152). Sum of RGB (Red+Green+Blue) = 161+10+152=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A10A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A10A98 is #5EF567. Grayscale: #464646. Windows color (decimal): -6223208 or 9964193. OLE color: 9964193.

HSL color Cylindrical-coordinate representation of color #A10A98: hue angle of 303.58º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10A98 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16110152-
CMYK00.940.060.37
HSL303.58º88.3%33.53%-
HSV(B)303.58º93.79%63.14%-
XYZ20.4710.0630.57-
YUV71.34173.53191.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 10 (4.30% from 255) = 3.10%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=49.85%
G=3.10%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611015200.940.060.37303.5888.333.53
HexA1A9805E6251305822
Octal24112230013664546013042
Binary10100001101010011000010111101101001011001100001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a10a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a10a98; }

 p { color: rgb(161,10,152); }

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

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

 a { background-color: rgb(161,10,152); }

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

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

 span { border-color: rgb(161,10,152); }

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