#A510AE

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

Shades of Dark Magenta #A510AE

Tints of Dark Magenta #A510AE

Color information

#A510AE (or 0xA510AE) is unknown color: approx Dark Magenta. HEX triplet: A5, 10 and AE. RGB value is (165,16,174). Sum of RGB (Red+Green+Blue) = 165+16+174=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #A510AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A510AE is #5AEF51. Grayscale: #4E4E4E. Windows color (decimal): -5959506 or 11407525. OLE color: 11407525.

HSL color Cylindrical-coordinate representation of color #A510AE: hue angle of 296.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A510AE is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16516174-
CMYK0.050.9100.32
HSL296.58º83.16%37.25%-
HSV(B)296.58º90.8%68.24%-
XYZ23.3411.4341.02-
YUV78.56181.86189.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.48%
GREEN value IS 16 (6.64% from 255) = 4.51%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=46.48%
G=4.51%
B=49.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165161740.050.9100.32296.5883.1637.25
HexA510AE55B0201295325
Octal24520256513304045112345
Binary101001011000010101110101101101101000001001010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A510AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A510AE; }

 p { color: rgb(165,16,174); }

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

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

 a { background-color: rgb(165,16,174); }

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

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

 span { border-color: rgb(165,16,174); }

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