#A00198

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

Shades of Dark Magenta #A00198

Tints of Dark Magenta #A00198

Color information

#A00198 (or 0xA00198) is unknown color: approx Dark Magenta. HEX triplet: A0, 01 and 98. RGB value is (160,1,152). Sum of RGB (Red+Green+Blue) = 160+1+152=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A00198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00198 is #5FFE67. Grayscale: #414141. Windows color (decimal): -6291048 or 9961888. OLE color: 9961888.

HSL color Cylindrical-coordinate representation of color #A00198: hue angle of 303.02º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00198 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB1601152-
CMYK00.990.050.37
HSL303.02º98.76%31.57%-
HSV(B)303.02º99.37%62.75%-
XYZ20.189.7630.53-
YUV65.76176.68195.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.12%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=51.12%
G=0.32%
B=48.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160115200.990.050.37303.0298.7631.57
HexA019806352512f6320
Octal2401230014354545714340
Binary10100000110011000011000111011001011001011111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00198; }

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

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

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

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

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

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

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

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