#A90A9A

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

Shades of Dark Magenta #A90A9A

Tints of Dark Magenta #A90A9A

Color information

#A90A9A (or 0xA90A9A) is unknown color: approx Dark Magenta. HEX triplet: A9, 0A and 9A. RGB value is (169,10,154). Sum of RGB (Red+Green+Blue) = 169+10+154=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90A9A is #56F565. Grayscale: #494949. Windows color (decimal): -5698918 or 10095273. OLE color: 10095273.

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

Color convert

RGB16910154-
CMYK00.940.090.34
HSL305.66º88.83%35.1%-
HSV(B)305.66º94.08%66.27%-
XYZ22.310.9931.52-
YUV73.96173.18195.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 10 (4.30% from 255) = 3.00%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=50.75%
G=3.00%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691015400.940.090.34305.6688.8335.1
HexA9A9A05E9221325923
Octal251122320136114246213143
Binary101010011010100110100101111010011000101001100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A9A; }

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

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

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

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

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

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

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

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