#A3189F

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

Shades of Dark Magenta #A3189F

Tints of Dark Magenta #A3189F

Color information

#A3189F (or 0xA3189F) is unknown color: approx Dark Magenta. HEX triplet: A3, 18 and 9F. RGB value is (163,24,159). Sum of RGB (Red+Green+Blue) = 163+24+159=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A3189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3189F is #5CE760. Grayscale: #505050. Windows color (decimal): -6088545 or 10426531. OLE color: 10426531.

HSL color Cylindrical-coordinate representation of color #A3189F: hue angle of 301.73º 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 #A3189F is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB16324159-
CMYK00.850.020.36
HSL301.73º74.33%36.67%-
HSV(B)301.73º85.28%63.92%-
XYZ21.6910.9433.77-
YUV80.95172.05186.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=47.11%
G=6.94%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632415900.850.020.36301.7374.3336.67
HexA3189F05522412e4a25
Octal24330237012524445611245
Binary10100011110001001111101010101101001001001011101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3189F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3189F; }

 p { color: rgb(163,24,159); }

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

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

 a { background-color: rgb(163,24,159); }

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

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

 span { border-color: rgb(163,24,159); }

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