#A220A5

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

Shades of Dark Magenta #A220A5

Tints of Dark Magenta #A220A5

Color information

#A220A5 (or 0xA220A5) is unknown color: approx Dark Magenta. HEX triplet: A2, 20 and A5. RGB value is (162,32,165). Sum of RGB (Red+Green+Blue) = 162+32+165=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #A220A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220A5 is #5DDF5A. Grayscale: #555555. Windows color (decimal): -6152027 or 10821794. OLE color: 10821794.

HSL color Cylindrical-coordinate representation of color #A220A5: hue angle of 298.65º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A220A5 is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16232165-
CMYK0.020.8100.35
HSL298.65º67.51%38.63%-
HSV(B)298.65º80.61%64.71%-
XYZ22.2111.4336.63-
YUV86.03172.57182.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 32 (12.89% from 255) = 8.91%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=45.13%
G=8.91%
B=45.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162321650.020.8100.35298.6567.5138.63
HexA220A525102312b4427
Octal24240245212104345310447
Binary101000101000001010010110101000101000111001010111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A220A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A220A5; }

 p { color: rgb(162,32,165); }

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

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

 a { background-color: rgb(162,32,165); }

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

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

 span { border-color: rgb(162,32,165); }

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