#A215AD

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

Shades of Dark Magenta #A215AD

Tints of Dark Magenta #A215AD

Color information

#A215AD (or 0xA215AD) is unknown color: approx Dark Magenta. HEX triplet: A2, 15 and AD. RGB value is (162,21,173). Sum of RGB (Red+Green+Blue) = 162+21+173=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #A215AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A215AD is #5DEA52. Grayscale: #505050. Windows color (decimal): -6154835 or 11343266. OLE color: 11343266.

HSL color Cylindrical-coordinate representation of color #A215AD: hue angle of 295.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A215AD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16221173-
CMYK0.060.8800.32
HSL295.66º78.35%38.04%-
HSV(B)295.66º87.86%67.84%-
XYZ22.7111.2340.51-
YUV80.49180.21186.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 21 (8.59% from 255) = 5.90%
BLUE value IS 173 (67.97% from 255) = 48.60%
R=45.51%
G=5.90%
B=48.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162211730.060.8800.32295.6678.3538.04
HexA215AD6580201284e26
Octal24225255613004045011646
Binary101000101010110101101110101100001000001001010001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A215AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A215AD; }

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

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

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

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

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

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

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

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