#A90090

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

Shades of Dark Magenta #A90090

Tints of Dark Magenta #A90090

Color information

#A90090 (or 0xA90090) is unknown color: approx Dark Magenta. HEX triplet: A9, 00 and 90. RGB value is (169,0,144). Sum of RGB (Red+Green+Blue) = 169+0+144=313 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.99% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 169 - color contains mainly: red. Hex color #A90090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90090 is #56FF6F. Grayscale: #424242. Windows color (decimal): -5701488 or 9437353. OLE color: 9437353.

HSL color Cylindrical-coordinate representation of color #A90090: hue angle of 308.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90090 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB1690144-
CMYK010.150.34
HSL308.88º100%33.14%-
HSV(B)308.88º100%66.27%-
XYZ21.410.4527.27-
YUV66.95171.49200.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=53.99%
G=0%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1690144010.150.34308.8810033.14
HexA9090064F221356421
Octal25102200144174246514441
Binary101010010100100000110010011111000101001101011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90090; }

 p { color: rgb(169,0,144); }

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

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

 a { background-color: rgb(169,0,144); }

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

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

 span { border-color: rgb(169,0,144); }

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