#A4098E

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

Shades of Dark Magenta #A4098E

Tints of Dark Magenta #A4098E

Color information

#A4098E (or 0xA4098E) is unknown color: approx Dark Magenta. HEX triplet: A4, 09 and 8E. RGB value is (164,9,142). Sum of RGB (Red+Green+Blue) = 164+9+142=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A4098E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4098E is #5BF671. Grayscale: #464646. Windows color (decimal): -6026866 or 9308580. OLE color: 9308580.

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

Color convert

RGB1649142-
CMYK00.950.130.36
HSL308.52º89.6%33.92%-
HSV(B)308.52º94.51%64.31%-
XYZ20.2910.0426.46-
YUV70.51168.35194.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.06%
GREEN value IS 9 (3.91% from 255) = 2.86%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=52.06%
G=2.86%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164914200.950.130.36308.5289.633.92
HexA498E05FD241355a22
Octal244112160137154446513242
Binary101001001001100011100101111111011001001001101011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4098E; }

 p { color: rgb(164,9,142); }

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

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

 a { background-color: rgb(164,9,142); }

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

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

 span { border-color: rgb(164,9,142); }

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