#A40BA0

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

Shades of Dark Magenta #A40BA0

Tints of Dark Magenta #A40BA0

Color information

#A40BA0 (or 0xA40BA0) is unknown color: approx Dark Magenta. HEX triplet: A4, 0B and A0. RGB value is (164,11,160). Sum of RGB (Red+Green+Blue) = 164+11+160=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A40BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BA0 is #5BF45F. Grayscale: #494949. Windows color (decimal): -6026336 or 10488740. OLE color: 10488740.

HSL color Cylindrical-coordinate representation of color #A40BA0: hue angle of 301.57º 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 #A40BA0 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16411160-
CMYK00.930.020.36
HSL301.57º87.43%34.31%-
HSV(B)301.57º93.29%64.31%-
XYZ21.7710.6734.17-
YUV73.73176.69192.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=48.96%
G=3.28%
B=47.76%

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
Decimal1641116000.930.020.36301.5787.4334.31
HexA4BA005D22412e5722
Octal24413240013524445612742
Binary1010010010111010000001011101101001001001011101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40BA0; }

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

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

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

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

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

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

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

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