#A3189A

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

Shades of Dark Magenta #A3189A

Tints of Dark Magenta #A3189A

Color information

#A3189A (or 0xA3189A) is unknown color: approx Dark Magenta. HEX triplet: A3, 18 and 9A. RGB value is (163,24,154). Sum of RGB (Red+Green+Blue) = 163+24+154=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3189A is #5CE765. Grayscale: #505050. Windows color (decimal): -6088550 or 10098851. OLE color: 10098851.

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

Color convert

RGB16324154-
CMYK00.850.060.36
HSL303.88º74.33%36.67%-
HSV(B)303.88º85.28%63.92%-
XYZ21.2610.7731.53-
YUV80.38169.55186.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.80%
GREEN value IS 24 (9.77% from 255) = 7.04%
BLUE value IS 154 (60.55% from 255) = 45.16%
R=47.80%
G=7.04%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632415400.850.060.36303.8874.3336.67
HexA3189A0556241304a25
Octal24330232012564446011245
Binary101000111100010011010010101011101001001001100001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3189A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3189A; }

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

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

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

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

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

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

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

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