#A41898

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

Shades of Dark Magenta #A41898

Tints of Dark Magenta #A41898

Color information

#A41898 (or 0xA41898) is unknown color: approx Dark Magenta. HEX triplet: A4, 18 and 98. RGB value is (164,24,152). Sum of RGB (Red+Green+Blue) = 164+24+152=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A41898 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41898 is #5BE767. Grayscale: #505050. Windows color (decimal): -6023016 or 9967780. OLE color: 9967780.

HSL color Cylindrical-coordinate representation of color #A41898: hue angle of 305.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41898 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16424152-
CMYK00.850.070.36
HSL305.14º74.47%36.86%-
HSV(B)305.14º85.37%64.31%-
XYZ21.310.8130.67-
YUV80.45168.38187.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 24 (9.77% from 255) = 7.06%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=48.24%
G=7.06%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642415200.850.070.36305.1474.4736.86
HexA418980557241314a25
Octal24430230012574446111245
Binary101001001100010011000010101011111001001001100011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41898; }

 p { color: rgb(164,24,152); }

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

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

 a { background-color: rgb(164,24,152); }

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

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

 span { border-color: rgb(164,24,152); }

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