#a90f99

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

Shades of Dark Magenta #A90F99

Tints of Dark Magenta #A90F99

Color information

#A90F99 (or 0xA90F99) is unknown color: approx Dark Magenta. HEX triplet: A9, 0F and 99. RGB value is (169,15,153). Sum of RGB (Red+Green+Blue) = 169+15+153=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90F99 is #56F066. Grayscale: #4C4C4C. Windows color (decimal): -5697639 or 10031017. OLE color: 10031017.

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

Color convert

RGB16915153-
CMYK00.910.090.34
HSL306.23º83.7%36.08%-
HSV(B)306.23º91.12%66.27%-
XYZ22.2811.0831.1-
YUV76.78171.02193.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 15 (6.25% from 255) = 4.45%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=50.15%
G=4.45%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691515300.910.090.34306.2383.736.08
HexA9F9905B9221325424
Octal251172310133114246212444
Binary101010011111100110010101101110011000101001100101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a90f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a90f99; }

 p { color: rgb(169,15,153); }

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

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

 a { background-color: rgb(169,15,153); }

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

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

 span { border-color: rgb(169,15,153); }

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