#A40BAB

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

Shades of Dark Magenta #A40BAB

Tints of Dark Magenta #A40BAB

Color information

#A40BAB (or 0xA40BAB) is unknown color: approx Dark Magenta. HEX triplet: A4, 0B and AB. RGB value is (164,11,171). Sum of RGB (Red+Green+Blue) = 164+11+171=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #A40BAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40BAB is #5BF454. Grayscale: #4A4A4A. Windows color (decimal): -6026325 or 11209636. OLE color: 11209636.

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

Color convert

RGB16411171-
CMYK0.040.9400.33
HSL297.38º87.91%35.69%-
HSV(B)297.38º93.57%67.06%-
XYZ22.7811.0739.46-
YUV74.99182.19191.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 11 (4.69% from 255) = 3.18%
BLUE value IS 171 (67.19% from 255) = 49.42%
R=47.40%
G=3.18%
B=49.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164111710.040.9400.33297.3887.9135.69
HexA4BAB45E0211295824
Octal24413253413604145113044
Binary10100100101110101011100101111001000011001010011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40BAB; }

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

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

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

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

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

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

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

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