#A501A1

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

Shades of Dark Magenta #A501A1

Tints of Dark Magenta #A501A1

Color information

#A501A1 (or 0xA501A1) is unknown color: approx Dark Magenta. HEX triplet: A5, 01 and A1. RGB value is (165,1,161). Sum of RGB (Red+Green+Blue) = 165+1+161=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 161 (63.28% from 255 or 49.24% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A501A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A501A1 is #5AFE5E. Grayscale: #434343. Windows color (decimal): -5963359 or 10551717. OLE color: 10551717.

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

Color convert

RGB1651161-
CMYK00.990.020.35
HSL301.46º98.8%32.55%-
HSV(B)301.46º99.39%64.71%-
XYZ21.9610.5934.61-
YUV68.28180.33196.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 161 (63.28% from 255) = 49.24%
R=50.46%
G=0.31%
B=49.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165116100.990.020.35301.4698.832.55
HexA51A106322312d6321
Octal2451241014324345514341
Binary1010010111010000101100011101000111001011011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A501A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A501A1; }

 p { color: rgb(165,1,161); }

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

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

 a { background-color: rgb(165,1,161); }

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

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

 span { border-color: rgb(165,1,161); }

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