#A311AB

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

Shades of Dark Magenta #A311AB

Tints of Dark Magenta #A311AB

Color information

#A311AB (or 0xA311AB) is unknown color: approx Dark Magenta. HEX triplet: A3, 11 and AB. RGB value is (163,17,171). Sum of RGB (Red+Green+Blue) = 163+17+171=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #A311AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A311AB is #5CEE54. Grayscale: #4D4D4D. Windows color (decimal): -6090325 or 11211171. OLE color: 11211171.

HSL color Cylindrical-coordinate representation of color #A311AB: hue angle of 296.88º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A311AB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16317171-
CMYK0.050.9000.33
HSL296.88º81.91%36.86%-
HSV(B)296.88º90.06%67.06%-
XYZ22.6611.1339.48-
YUV78.21180.37188.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.44%
GREEN value IS 17 (7.03% from 255) = 4.84%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=46.44%
G=4.84%
B=48.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171710.050.9000.33296.8881.9136.86
HexA311AB55A0211295225
Octal24321253513204145112245
Binary101000111000110101011101101101001000011001010011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A311AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A311AB; }

 p { color: rgb(163,17,171); }

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

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

 a { background-color: rgb(163,17,171); }

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

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

 span { border-color: rgb(163,17,171); }

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