#A809AE

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

Shades of Dark Magenta #A809AE

Tints of Dark Magenta #A809AE

Color information

#A809AE (or 0xA809AE) is unknown color: approx Dark Magenta. HEX triplet: A8, 09 and AE. RGB value is (168,9,174). Sum of RGB (Red+Green+Blue) = 168+9+174=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #A809AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A809AE is #57F651. Grayscale: #4A4A4A. Windows color (decimal): -5764690 or 11405736. OLE color: 11405736.

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

Color convert

RGB1689174-
CMYK0.030.9500.32
HSL297.82º90.16%35.88%-
HSV(B)297.82º94.83%68.24%-
XYZ23.8911.5841.02-
YUV75.35183.68194.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 9 (3.91% from 255) = 2.56%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=47.86%
G=2.56%
B=49.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16891740.030.9500.32297.8290.1635.88
HexA89AE35F02012a5a24
Octal25011256313704045213244
Binary1010100010011010111011101111101000001001010101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A809AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A809AE; }

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

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

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

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

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

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

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

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