#A401AA

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

Shades of Dark Magenta #A401AA

Tints of Dark Magenta #A401AA

Color information

#A401AA (or 0xA401AA) is unknown color: approx Dark Magenta. HEX triplet: A4, 01 and AA. RGB value is (164,1,170). Sum of RGB (Red+Green+Blue) = 164+1+170=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #A401AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A401AA is #5BFE55. Grayscale: #444444. Windows color (decimal): -6028886 or 11141540. OLE color: 11141540.

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

Color convert

RGB1641170-
CMYK0.040.9900.33
HSL297.87º98.83%33.53%-
HSV(B)297.87º99.41%66.67%-
XYZ22.5810.8238.93-
YUV69185195.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=48.96%
G=0.30%
B=50.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16411700.040.9900.33297.8798.8333.53
HexA41AA46302112a6322
Octal2441252414304145214342
Binary10100100110101010100110001101000011001010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A401AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A401AA; }

 p { color: rgb(164,1,170); }

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

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

 a { background-color: rgb(164,1,170); }

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

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

 span { border-color: rgb(164,1,170); }

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