#A2098C

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

Shades of Dark Magenta #A2098C

Tints of Dark Magenta #A2098C

Color information

#A2098C (or 0xA2098C) is unknown color: approx Dark Magenta. HEX triplet: A2, 09 and 8C. RGB value is (162,9,140). Sum of RGB (Red+Green+Blue) = 162+9+140=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2098C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2098C is #5DF673. Grayscale: #454545. Windows color (decimal): -6157940 or 9177506. OLE color: 9177506.

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

Color convert

RGB1629140-
CMYK00.940.140.36
HSL308.63º89.47%33.53%-
HSV(B)308.63º94.44%63.53%-
XYZ19.739.7725.66-
YUV69.68167.69193.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 9 (3.91% from 255) = 2.89%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=52.09%
G=2.89%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162914000.940.140.36308.6389.4733.53
HexA298C05EE241355922
Octal242112140136164446513142
Binary101000101001100011000101111011101001001001101011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2098C; }

 p { color: rgb(162,9,140); }

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

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

 a { background-color: rgb(162,9,140); }

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

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

 span { border-color: rgb(162,9,140); }

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