#A90AAA

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

Shades of Dark Magenta #A90AAA

Tints of Dark Magenta #A90AAA

Color information

#A90AAA (or 0xA90AAA) is unknown color: approx Dark Magenta. HEX triplet: A9, 0A and AA. RGB value is (169,10,170). Sum of RGB (Red+Green+Blue) = 169+10+170=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #A90AAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90AAA is #56F555. Grayscale: #4B4B4B. Windows color (decimal): -5698902 or 11143849. OLE color: 11143849.

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

Color convert

RGB16910170-
CMYK0.010.9400.33
HSL299.62º88.89%35.29%-
HSV(B)299.62º94.12%66.67%-
XYZ23.7311.5539.01-
YUV75.78181.18194.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=48.42%
G=2.87%
B=48.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169101700.010.9400.33299.6288.8935.29
HexA9AAA15E02112c5923
Octal25112252113604145413143
Binary101010011010101010101101111001000011001011001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90AAA; }

 p { color: rgb(169,10,170); }

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

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

 a { background-color: rgb(169,10,170); }

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

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

 span { border-color: rgb(169,10,170); }

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