#A518AA

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

Shades of Dark Magenta #A518AA

Tints of Dark Magenta #A518AA

Color information

#A518AA (or 0xA518AA) is unknown color: approx Dark Magenta. HEX triplet: A5, 18 and AA. RGB value is (165,24,170). Sum of RGB (Red+Green+Blue) = 165+24+170=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 24 (9.77% from 255 or 6.69% 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 #A518AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A518AA is #5AE755. Grayscale: #525252. Windows color (decimal): -5957462 or 11147429. OLE color: 11147429.

HSL color Cylindrical-coordinate representation of color #A518AA: hue angle of 297.95º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A518AA is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16524170-
CMYK0.030.8600.33
HSL297.95º75.26%38.04%-
HSV(B)297.95º85.88%66.67%-
XYZ23.111.5539.04-
YUV82.8177.21186.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 24 (9.77% from 255) = 6.69%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=45.96%
G=6.69%
B=47.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165241700.030.8600.33297.9575.2638.04
HexA518AA35602112a4b26
Octal24530252312604145211346
Binary10100101110001010101011101011001000011001010101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A518AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A518AA; }

 p { color: rgb(165,24,170); }

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

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

 a { background-color: rgb(165,24,170); }

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

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

 span { border-color: rgb(165,24,170); }

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