#A608AE

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

Shades of Dark Magenta #A608AE

Tints of Dark Magenta #A608AE

Color information

#A608AE (or 0xA608AE) is unknown color: approx Dark Magenta. HEX triplet: A6, 08 and AE. RGB value is (166,8,174). Sum of RGB (Red+Green+Blue) = 166+8+174=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 8 (3.52% from 255 or 2.30% 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 #A608AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A608AE is #59F751. Grayscale: #494949. Windows color (decimal): -5896018 or 11405478. OLE color: 11405478.

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

Color convert

RGB1668174-
CMYK0.050.9500.32
HSL297.11º91.21%35.69%-
HSV(B)297.11º95.4%68.24%-
XYZ23.4511.3441-
YUV74.17184.35193.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 8 (3.52% from 255) = 2.30%
BLUE value IS 174 (68.36% from 255) = 50%
R=47.70%
G=2.30%
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
Decimal16681740.050.9500.32297.1191.2135.69
HexA68AE55F0201295b24
Octal24610256513704045113344
Binary10100110100010101110101101111101000001001010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A608AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A608AE; }

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

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

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

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

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

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

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

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