#A40BA1

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

Shades of Dark Magenta #A40BA1

Tints of Dark Magenta #A40BA1

Color information

#A40BA1 (or 0xA40BA1) is unknown color: approx Dark Magenta. HEX triplet: A4, 0B and A1. RGB value is (164,11,161). Sum of RGB (Red+Green+Blue) = 164+11+161=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 161 (63.28% from 255 or 47.92% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A40BA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BA1 is #5BF45E. Grayscale: #494949. Windows color (decimal): -6026335 or 10554276. OLE color: 10554276.

HSL color Cylindrical-coordinate representation of color #A40BA1: hue angle of 301.18º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40BA1 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16411161-
CMYK00.930.020.36
HSL301.18º87.43%34.31%-
HSV(B)301.18º93.29%64.31%-
XYZ21.8610.7134.63-
YUV73.85177.19192.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 11 (4.69% from 255) = 3.27%
BLUE value IS 161 (63.28% from 255) = 47.92%
R=48.81%
G=3.27%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641116100.930.020.36301.1887.4334.31
HexA4BA105D22412d5722
Octal24413241013524445512742
Binary1010010010111010000101011101101001001001011011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40BA1; }

 p { color: rgb(164,11,161); }

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

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

 a { background-color: rgb(164,11,161); }

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

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

 span { border-color: rgb(164,11,161); }

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