#A220A7

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

Shades of Dark Magenta #A220A7

Tints of Dark Magenta #A220A7

Color information

#A220A7 (or 0xA220A7) is unknown color: approx Dark Magenta. HEX triplet: A2, 20 and A7. RGB value is (162,32,167). Sum of RGB (Red+Green+Blue) = 162+32+167=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 167 (65.62% from 255 or 46.26% from 361); Max value from RGB is 167 - color contains mainly: blue. Hex color #A220A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220A7 is #5DDF58. Grayscale: #555555. Windows color (decimal): -6152025 or 10952866. OLE color: 10952866.

HSL color Cylindrical-coordinate representation of color #A220A7: hue angle of 297.78º 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 #A220A7 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16232167-
CMYK0.030.8100.35
HSL297.78º67.84%39.02%-
HSV(B)297.78º80.84%65.49%-
XYZ22.3911.537.6-
YUV86.26173.57182.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.88%
GREEN value IS 32 (12.89% from 255) = 8.86%
BLUE value IS 167 (65.62% from 255) = 46.26%
R=44.88%
G=8.86%
B=46.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162321670.030.8100.35297.7867.8439.02
HexA220A735102312a4427
Octal24240247312104345210447
Binary101000101000001010011111101000101000111001010101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A220A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A220A7; }

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

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

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

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

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

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

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

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