#A815AA

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

Shades of Dark Magenta #A815AA

Tints of Dark Magenta #A815AA

Color information

#A815AA (or 0xA815AA) is unknown color: approx Dark Magenta. HEX triplet: A8, 15 and AA. RGB value is (168,21,170). Sum of RGB (Red+Green+Blue) = 168+21+170=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #A815AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A815AA is #57EA55. Grayscale: #515151. Windows color (decimal): -5761622 or 11146664. OLE color: 11146664.

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

Color convert

RGB16821170-
CMYK0.010.8800.33
HSL299.19º78.01%37.45%-
HSV(B)299.19º87.65%66.67%-
XYZ23.6711.7639.05-
YUV81.94177.7189.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 21 (8.59% from 255) = 5.85%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=46.80%
G=5.85%
B=47.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168211700.010.8800.33299.1978.0137.45
HexA815AA15802112b4e25
Octal25025252113004145311645
Binary1010100010101101010101101100001000011001010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A815AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A815AA; }

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

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

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

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

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

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

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

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