#A01498

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

Shades of Dark Magenta #A01498

Tints of Dark Magenta #A01498

Color information

#A01498 (or 0xA01498) is unknown color: approx Dark Magenta. HEX triplet: A0, 14 and 98. RGB value is (160,20,152). Sum of RGB (Red+Green+Blue) = 160+20+152=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A01498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01498 is #5FEB67. Grayscale: #4C4C4C. Windows color (decimal): -6286184 or 9966752. OLE color: 9966752.

HSL color Cylindrical-coordinate representation of color #A01498: hue angle of 303.43º 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 #A01498 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB16020152-
CMYK00.880.050.37
HSL303.43º77.78%35.29%-
HSV(B)303.43º87.5%62.75%-
XYZ20.4110.2430.61-
YUV76.91170.38187.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 20 (8.20% from 255) = 6.02%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=48.19%
G=6.02%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602015200.880.050.37303.4377.7835.29
HexA0149805852512f4e23
Octal24024230013054545711643
Binary101000001010010011000010110001011001011001011111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A01498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A01498; }

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

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

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

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

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

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

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

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