#A322A1

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

Shades of Dark Magenta #A322A1

Tints of Dark Magenta #A322A1

Color information

#A322A1 (or 0xA322A1) is unknown color: approx Dark Magenta. HEX triplet: A3, 22 and A1. RGB value is (163,34,161). Sum of RGB (Red+Green+Blue) = 163+34+161=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A322A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A322A1 is #5CDD5E. Grayscale: #565656. Windows color (decimal): -6085983 or 10560163. OLE color: 10560163.

HSL color Cylindrical-coordinate representation of color #A322A1: hue angle of 300.93º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A322A1 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16334161-
CMYK00.790.010.36
HSL300.93º65.48%38.63%-
HSV(B)300.93º79.14%63.92%-
XYZ22.1111.534.77-
YUV87.05169.74182.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.53%
GREEN value IS 34 (13.67% from 255) = 9.50%
BLUE value IS 161 (63.28% from 255) = 44.97%
R=45.53%
G=9.50%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633416100.790.010.36300.9365.4838.63
HexA322A104F12412d4127
Octal24342241011714445510147
Binary10100011100010101000010100111111001001001011011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A322A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A322A1; }

 p { color: rgb(163,34,161); }

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

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

 a { background-color: rgb(163,34,161); }

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

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

 span { border-color: rgb(163,34,161); }

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