#A9099F

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

Shades of Dark Magenta #A9099F

Tints of Dark Magenta #A9099F

Color information

#A9099F (or 0xA9099F) is unknown color: approx Dark Magenta. HEX triplet: A9, 09 and 9F. RGB value is (169,9,159). Sum of RGB (Red+Green+Blue) = 169+9+159=337 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.15% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 169 - color contains mainly: red. Hex color #A9099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A9099F is #56F660. Grayscale: #494949. Windows color (decimal): -5699169 or 10422697. OLE color: 10422697.

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

Color convert

RGB1699159-
CMYK00.950.060.34
HSL303.75º89.89%34.9%-
HSV(B)303.75º94.67%66.27%-
XYZ22.7211.1333.75-
YUV73.94176.01195.8-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.15%
GREEN value IS 9 (3.91% from 255) = 2.67%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=50.15%
G=2.67%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169915900.950.060.34303.7589.8934.9
HexA999F05F6221305a23
Octal25111237013764246013243
Binary10101001100110011111010111111101000101001100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9099F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9099F; }

 p { color: rgb(169,9,159); }

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

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

 a { background-color: rgb(169,9,159); }

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

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

 span { border-color: rgb(169,9,159); }

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