#A0129E

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

Shades of Dark Magenta #A0129E

Tints of Dark Magenta #A0129E

Color information

#A0129E (or 0xA0129E) is unknown color: approx Dark Magenta. HEX triplet: A0, 12 and 9E. RGB value is (160,18,158). Sum of RGB (Red+Green+Blue) = 160+18+158=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A0129E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0129E is #5FED61. Grayscale: #4C4C4C. Windows color (decimal): -6286690 or 10359456. OLE color: 10359456.

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

Color convert

RGB16018158-
CMYK00.890.010.37
HSL300.85º79.78%34.9%-
HSV(B)300.85º88.75%62.75%-
XYZ20.8910.3733.25-
YUV76.42174.04187.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.62%
GREEN value IS 18 (7.42% from 255) = 5.36%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=47.62%
G=5.36%
B=47.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601815800.890.010.37300.8579.7834.9
HexA0129E05912512d5023
Octal24022236013114545512043
Binary1010000010010100111100101100111001011001011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0129E; }

 p { color: rgb(160,18,158); }

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

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

 a { background-color: rgb(160,18,158); }

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

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

 span { border-color: rgb(160,18,158); }

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