#A412AB

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

Shades of Dark Magenta #A412AB

Tints of Dark Magenta #A412AB

Color information

#A412AB (or 0xA412AB) is unknown color: approx Dark Magenta. HEX triplet: A4, 12 and AB. RGB value is (164,18,171). Sum of RGB (Red+Green+Blue) = 164+18+171=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #A412AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A412AB is #5BED54. Grayscale: #4E4E4E. Windows color (decimal): -6024533 or 11211428. OLE color: 11211428.

HSL color Cylindrical-coordinate representation of color #A412AB: hue angle of 297.25º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A412AB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16418171-
CMYK0.040.8900.33
HSL297.25º80.95%37.06%-
HSV(B)297.25º89.47%67.06%-
XYZ22.8811.2739.5-
YUV79.1179.87188.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 18 (7.42% from 255) = 5.10%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=46.46%
G=5.10%
B=48.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164181710.040.8900.33297.2580.9537.06
HexA412AB4590211295125
Octal24422253413104145112145
Binary101001001001010101011100101100101000011001010011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A412AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A412AB; }

 p { color: rgb(164,18,171); }

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

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

 a { background-color: rgb(164,18,171); }

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

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

 span { border-color: rgb(164,18,171); }

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