#A215A0

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

Shades of Dark Magenta #A215A0

Tints of Dark Magenta #A215A0

Color information

#A215A0 (or 0xA215A0) is unknown color: approx Dark Magenta. HEX triplet: A2, 15 and A0. RGB value is (162,21,160). Sum of RGB (Red+Green+Blue) = 162+21+160=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 21 (8.59% from 255 or 6.12% from 343); Blue value is 160 (62.89% from 255 or 46.65% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A215A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A215A0 is #5DEA5F. Grayscale: #4E4E4E. Windows color (decimal): -6154848 or 10491298. OLE color: 10491298.

HSL color Cylindrical-coordinate representation of color #A215A0: hue angle of 300.85º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A215A0 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB16221160-
CMYK00.870.010.36
HSL300.85º77.05%35.88%-
HSV(B)300.85º87.04%63.53%-
XYZ21.5110.7634.2-
YUV79173.71187.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 21 (8.59% from 255) = 6.12%
BLUE value IS 160 (62.89% from 255) = 46.65%
R=47.23%
G=6.12%
B=46.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1622116000.870.010.36300.8577.0535.88
HexA215A005712412d4d24
Octal24225240012714445511544
Binary1010001010101101000000101011111001001001011011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A215A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A215A0; }

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

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

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

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

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

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

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

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