#A609AE

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

Shades of Dark Magenta #A609AE

Tints of Dark Magenta #A609AE

Color information

#A609AE (or 0xA609AE) is unknown color: approx Dark Magenta. HEX triplet: A6, 09 and AE. RGB value is (166,9,174). Sum of RGB (Red+Green+Blue) = 166+9+174=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #A609AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A609AE is #59F651. Grayscale: #4A4A4A. Windows color (decimal): -5895762 or 11405734. OLE color: 11405734.

HSL color Cylindrical-coordinate representation of color #A609AE: hue angle of 297.09º 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 #A609AE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1669174-
CMYK0.050.9500.32
HSL297.09º90.16%35.88%-
HSV(B)297.09º94.83%68.24%-
XYZ23.4611.3641-
YUV74.75184.01193.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.56%
GREEN value IS 9 (3.91% from 255) = 2.58%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=47.56%
G=2.58%
B=49.86%

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
Decimal16691740.050.9500.32297.0990.1635.88
HexA69AE55F0201295a24
Octal24611256513704045113244
Binary10100110100110101110101101111101000001001010011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A609AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A609AE; }

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

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

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

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

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

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

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

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