#A509AE

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

Shades of Dark Magenta #A509AE

Tints of Dark Magenta #A509AE

Color information

#A509AE (or 0xA509AE) is unknown color: approx Dark Magenta. HEX triplet: A5, 09 and AE. RGB value is (165,9,174). Sum of RGB (Red+Green+Blue) = 165+9+174=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #A509AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509AE is #5AF651. Grayscale: #494949. Windows color (decimal): -5961298 or 11405733. OLE color: 11405733.

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

Color convert

RGB1659174-
CMYK0.050.9500.32
HSL296.73º90.16%35.88%-
HSV(B)296.73º94.83%68.24%-
XYZ23.2511.2540.99-
YUV74.45184.18192.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 9 (3.91% from 255) = 2.59%
BLUE value IS 174 (68.36% from 255) = 50%
R=47.41%
G=2.59%
B=50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16591740.050.9500.32296.7390.1635.88
HexA59AE55F0201295a24
Octal24511256513704045113244
Binary10100101100110101110101101111101000001001010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A509AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A509AE; }

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

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

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

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

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

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

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

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