#A811AA

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

Shades of Dark Magenta #A811AA

Tints of Dark Magenta #A811AA

Color information

#A811AA (or 0xA811AA) is unknown color: approx Dark Magenta. HEX triplet: A8, 11 and AA. RGB value is (168,17,170). Sum of RGB (Red+Green+Blue) = 168+17+170=355 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.32% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #A811AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A811AA is #57EE55. Grayscale: #4F4F4F. Windows color (decimal): -5762646 or 11145640. OLE color: 11145640.

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

Color convert

RGB16817170-
CMYK0.010.900.33
HSL299.22º81.82%36.67%-
HSV(B)299.22º90%66.67%-
XYZ23.611.6339.03-
YUV79.59179.03191.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.32%
GREEN value IS 17 (7.03% from 255) = 4.79%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=47.32%
G=4.79%
B=47.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168171700.010.900.33299.2281.8236.67
HexA811AA15A02112b5225
Octal25021252113204145312245
Binary1010100010001101010101101101001000011001010111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A811AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A811AA; }

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

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

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

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

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

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

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

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