#A103AC

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

Shades of Dark Magenta #A103AC

Tints of Dark Magenta #A103AC

Color information

#A103AC (or 0xA103AC) is unknown color: approx Dark Magenta. HEX triplet: A1, 03 and AC. RGB value is (161,3,172). Sum of RGB (Red+Green+Blue) = 161+3+172=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #A103AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A103AC is #5EFC53. Grayscale: #444444. Windows color (decimal): -6224980 or 11273121. OLE color: 11273121.

HSL color Cylindrical-coordinate representation of color #A103AC: hue angle of 296.09º degrees, saturation: 0.97, 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 #A103AC is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1613172-
CMYK0.060.9800.33
HSL296.09º96.57%34.31%-
HSV(B)296.09º98.26%67.45%-
XYZ22.1810.6239.91-
YUV69.51185.85193.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 3 (1.56% from 255) = 0.89%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=47.92%
G=0.89%
B=51.19%

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
Decimal16131720.060.9800.33296.0996.5734.31
HexA13AC6620211286122
Octal2413254614204145014142
Binary101000011110101100110110001001000011001010001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A103AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A103AC; }

 p { color: rgb(161,3,172); }

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

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

 a { background-color: rgb(161,3,172); }

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

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

 span { border-color: rgb(161,3,172); }

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