#A615AD

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

Shades of Dark Magenta #A615AD

Tints of Dark Magenta #A615AD

Color information

#A615AD (or 0xA615AD) is unknown color: approx Dark Magenta. HEX triplet: A6, 15 and AD. RGB value is (166,21,173). Sum of RGB (Red+Green+Blue) = 166+21+173=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #A615AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A615AD is #59EA52. Grayscale: #515151. Windows color (decimal): -5892691 or 11343270. OLE color: 11343270.

HSL color Cylindrical-coordinate representation of color #A615AD: hue angle of 297.24º 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 #A615AD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16621173-
CMYK0.040.8800.32
HSL297.24º78.35%38.04%-
HSV(B)297.24º87.86%67.84%-
XYZ23.5411.6640.55-
YUV81.68179.54188.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=46.11%
G=5.83%
B=48.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal166211730.040.8800.32297.2478.3538.04
HexA615AD4580201294e26
Octal24625255413004045111646
Binary101001101010110101101100101100001000001001010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A615AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A615AD; }

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

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

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

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

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

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

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

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