#a311aa

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

Shades of Dark Magenta #A311AA

Tints of Dark Magenta #A311AA

Color information

#A311AA (or 0xA311AA) is unknown color: approx Dark Magenta. HEX triplet: A3, 11 and AA. RGB value is (163,17,170). Sum of RGB (Red+Green+Blue) = 163+17+170=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #A311AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A311AA is #5CEE55. Grayscale: #4D4D4D. Windows color (decimal): -6090326 or 11145635. OLE color: 11145635.

HSL color Cylindrical-coordinate representation of color #A311AA: hue angle of 297.25º 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 #A311AA is Cyan = 0.04, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16317170-
CMYK0.040.900.33
HSL297.25º81.82%36.67%-
HSV(B)297.25º90%66.67%-
XYZ22.5611.0938.98-
YUV78.1179.87188.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 17 (7.03% from 255) = 4.86%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=46.57%
G=4.86%
B=48.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163171700.040.900.33297.2581.8236.67
HexA311AA45A0211295225
Octal24321252413204145112245
Binary101000111000110101010100101101001000011001010011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a311aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a311aa; }

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

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

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

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

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

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

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

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