#A11498

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

Shades of Dark Magenta #A11498

Tints of Dark Magenta #A11498

Color information

#A11498 (or 0xA11498) is unknown color: approx Dark Magenta. HEX triplet: A1, 14 and 98. RGB value is (161,20,152). Sum of RGB (Red+Green+Blue) = 161+20+152=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A11498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11498 is #5EEB67. Grayscale: #4C4C4C. Windows color (decimal): -6220648 or 9966753. OLE color: 9966753.

HSL color Cylindrical-coordinate representation of color #A11498: hue angle of 303.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11498 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB16120152-
CMYK00.880.060.37
HSL303.83º77.9%35.49%-
HSV(B)303.83º87.58%63.14%-
XYZ20.6210.3430.62-
YUV77.21170.21187.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.35%
GREEN value IS 20 (8.20% from 255) = 6.01%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=48.35%
G=6.01%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612015200.880.060.37303.8377.935.49
HexA114980586251304e23
Octal24124230013064546011643
Binary101000011010010011000010110001101001011001100001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11498; }

 p { color: rgb(161,20,152); }

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

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

 a { background-color: rgb(161,20,152); }

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

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

 span { border-color: rgb(161,20,152); }

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