#A609AA

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

Shades of Dark Magenta #A609AA

Tints of Dark Magenta #A609AA

Color information

#A609AA (or 0xA609AA) is unknown color: approx Dark Magenta. HEX triplet: A6, 09 and AA. RGB value is (166,9,170). Sum of RGB (Red+Green+Blue) = 166+9+170=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #A609AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A609AA is #59F655. Grayscale: #494949. Windows color (decimal): -5895766 or 11143590. OLE color: 11143590.

HSL color Cylindrical-coordinate representation of color #A609AA: hue angle of 298.51º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A609AA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1669170-
CMYK0.020.9500.33
HSL298.51º89.94%35.1%-
HSV(B)298.51º94.71%66.67%-
XYZ23.0811.238.98-
YUV74.3182.01193.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 9 (3.91% from 255) = 2.61%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=48.12%
G=2.61%
B=49.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16691700.020.9500.33298.5189.9435.1
HexA69AA25F02112b5a23
Octal24611252213704145313243
Binary1010011010011010101010101111101000011001010111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A609AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A609AA; }

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

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

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

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

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

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

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

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