#A219AA

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

Shades of Dark Magenta #A219AA

Tints of Dark Magenta #A219AA

Color information

#A219AA (or 0xA219AA) is unknown color: approx Dark Magenta. HEX triplet: A2, 19 and AA. RGB value is (162,25,170). Sum of RGB (Red+Green+Blue) = 162+25+170=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #A219AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A219AA is #5DE655. Grayscale: #525252. Windows color (decimal): -6153814 or 11147682. OLE color: 11147682.

HSL color Cylindrical-coordinate representation of color #A219AA: hue angle of 296.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A219AA is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16225170-
CMYK0.050.8500.33
HSL296.69º74.36%38.24%-
HSV(B)296.69º85.29%66.67%-
XYZ22.511.2839.02-
YUV82.49177.39184.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 25 (10.16% from 255) = 7.00%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=45.38%
G=7.00%
B=47.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162251700.050.8500.33296.6974.3638.24
HexA219AA5550211294a26
Octal24231252512504145111246
Binary101000101100110101010101101010101000011001010011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A219AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A219AA; }

 p { color: rgb(162,25,170); }

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

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

 a { background-color: rgb(162,25,170); }

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

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

 span { border-color: rgb(162,25,170); }

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