#A40BA8

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

Shades of Dark Magenta #A40BA8

Tints of Dark Magenta #A40BA8

Color information

#A40BA8 (or 0xA40BA8) is unknown color: approx Dark Magenta. HEX triplet: A4, 0B and A8. RGB value is (164,11,168). Sum of RGB (Red+Green+Blue) = 164+11+168=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #A40BA8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BA8 is #5BF457. Grayscale: #4A4A4A. Windows color (decimal): -6026328 or 11013028. OLE color: 11013028.

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

Color convert

RGB16411168-
CMYK0.020.9300.34
HSL298.47º87.71%35.1%-
HSV(B)298.47º93.45%65.88%-
XYZ22.510.9637.98-
YUV74.65180.69191.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 11 (4.69% from 255) = 3.21%
BLUE value IS 168 (66.02% from 255) = 48.98%
R=47.81%
G=3.21%
B=48.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164111680.020.9300.34298.4787.7135.1
HexA4BA825D02212a5823
Octal24413250213504245213043
Binary1010010010111010100010101110101000101001010101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40BA8; }

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

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

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

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

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

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

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

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