#A90A98

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

Shades of Dark Magenta #A90A98

Tints of Dark Magenta #A90A98

Color information

#A90A98 (or 0xA90A98) is unknown color: approx Dark Magenta. HEX triplet: A9, 0A and 98. RGB value is (169,10,152). Sum of RGB (Red+Green+Blue) = 169+10+152=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90A98 is #56F567. Grayscale: #494949. Windows color (decimal): -5698920 or 9964201. OLE color: 9964201.

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

Color convert

RGB16910152-
CMYK00.940.100.34
HSL306.42º88.83%35.1%-
HSV(B)306.42º94.08%66.27%-
XYZ22.1410.9230.65-
YUV73.73172.18195.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 10 (4.30% from 255) = 3.02%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=51.06%
G=3.02%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691015200.940.100.34306.4288.8335.1
HexA9A9805EA221325923
Octal251122300136124246213143
Binary101010011010100110000101111010101000101001100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90A98; }

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

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

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

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

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

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

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

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