#a90a94

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

Shades of Dark Magenta #A90A94

Tints of Dark Magenta #A90A94

Color information

#A90A94 (or 0xA90A94) is unknown color: approx Dark Magenta. HEX triplet: A9, 0A and 94. RGB value is (169,10,148). Sum of RGB (Red+Green+Blue) = 169+10+148=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90A94 is #56F56B. Grayscale: #484848. Windows color (decimal): -5698924 or 9702057. OLE color: 9702057.

HSL color Cylindrical-coordinate representation of color #A90A94: hue angle of 307.92º 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 #A90A94 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB16910148-
CMYK00.940.120.34
HSL307.92º88.83%35.1%-
HSV(B)307.92º94.08%66.27%-
XYZ21.8210.7928.95-
YUV73.27170.18196.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 10 (4.30% from 255) = 3.06%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=51.68%
G=3.06%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691014800.940.120.34307.9288.8335.1
HexA9A9405EC221345923
Octal251122240136144246413143
Binary101010011010100101000101111011001000101001101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90a94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90a94; }

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

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

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

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

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

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

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

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