#A104AB

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

Shades of Dark Magenta #A104AB

Tints of Dark Magenta #A104AB

Color information

#A104AB (or 0xA104AB) is unknown color: approx Dark Magenta. HEX triplet: A1, 04 and AB. RGB value is (161,4,171). Sum of RGB (Red+Green+Blue) = 161+4+171=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #A104AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A104AB is #5EFB54. Grayscale: #454545. Windows color (decimal): -6224725 or 11207841. OLE color: 11207841.

HSL color Cylindrical-coordinate representation of color #A104AB: hue angle of 296.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104AB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1614171-
CMYK0.060.9800.33
HSL296.41º95.43%34.31%-
HSV(B)296.41º97.66%67.06%-
XYZ22.0910.639.41-
YUV69.98185.01192.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 4 (1.95% from 255) = 1.19%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=47.92%
G=1.19%
B=50.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16141710.060.9800.33296.4195.4334.31
HexA14AB6620211285f22
Octal2414253614204145013742
Binary1010000110010101011110110001001000011001010001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A104AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A104AB; }

 p { color: rgb(161,4,171); }

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

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

 a { background-color: rgb(161,4,171); }

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

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

 span { border-color: rgb(161,4,171); }

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