#A221A0

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

Shades of Dark Magenta #A221A0

Tints of Dark Magenta #A221A0

Color information

#A221A0 (or 0xA221A0) is unknown color: approx Dark Magenta. HEX triplet: A2, 21 and A0. RGB value is (162,33,160). Sum of RGB (Red+Green+Blue) = 162+33+160=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A221A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A221A0 is #5DDE5F. Grayscale: #555555. Windows color (decimal): -6151776 or 10494370. OLE color: 10494370.

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

Color convert

RGB16233160-
CMYK00.800.010.36
HSL300.93º66.15%38.24%-
HSV(B)300.93º79.63%63.53%-
XYZ21.7911.3134.29-
YUV86.05169.74182.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.63%
GREEN value IS 33 (13.28% from 255) = 9.30%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=45.63%
G=9.30%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1623316000.800.010.36300.9366.1538.24
HexA221A005012412d4226
Octal24241240012014445510246
Binary10100010100001101000000101000011001001001011011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A221A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A221A0; }

 p { color: rgb(162,33,160); }

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

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

 a { background-color: rgb(162,33,160); }

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

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

 span { border-color: rgb(162,33,160); }

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