#a4219c

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

Shades of Dark Magenta #A4219C

Tints of Dark Magenta #A4219C

Color information

#A4219C (or 0xA4219C) is unknown color: approx Dark Magenta. HEX triplet: A4, 21 and 9C. RGB value is (164,33,156). Sum of RGB (Red+Green+Blue) = 164+33+156=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A4219C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4219C is #5BDE63. Grayscale: #555555. Windows color (decimal): -6020708 or 10232228. OLE color: 10232228.

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

Color convert

RGB16433156-
CMYK00.800.050.36
HSL303.66º66.5%38.63%-
HSV(B)303.66º79.88%64.31%-
XYZ21.8511.3832.5-
YUV86.19167.4183.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 33 (13.28% from 255) = 9.35%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=46.46%
G=9.35%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643315600.800.050.36303.6666.538.63
HexA4219C0505241304227
Octal24441234012054446010247
Binary1010010010000110011100010100001011001001001100001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4219c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4219c; }

 p { color: rgb(164,33,156); }

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

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

 a { background-color: rgb(164,33,156); }

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

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

 span { border-color: rgb(164,33,156); }

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