#A3219A

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

Shades of Dark Magenta #A3219A

Tints of Dark Magenta #A3219A

Color information

#A3219A (or 0xA3219A) is unknown color: approx Dark Magenta. HEX triplet: A3, 21 and 9A. RGB value is (163,33,154). Sum of RGB (Red+Green+Blue) = 163+33+154=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A3219A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3219A is #5CDE65. Grayscale: #555555. Windows color (decimal): -6086246 or 10101155. OLE color: 10101155.

HSL color Cylindrical-coordinate representation of color #A3219A: hue angle of 304.15º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3219A is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB16333154-
CMYK00.800.060.36
HSL304.15º66.33%38.43%-
HSV(B)304.15º79.75%63.92%-
XYZ21.4811.2131.6-
YUV85.66166.57183.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.57%
GREEN value IS 33 (13.28% from 255) = 9.43%
BLUE value IS 154 (60.55% from 255) = 44%
R=46.57%
G=9.43%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633315400.800.060.36304.1566.3338.43
HexA3219A0506241304226
Octal24341232012064446010246
Binary1010001110000110011010010100001101001001001100001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3219A; }

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

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

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

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

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

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

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

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