#A615A4

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

Shades of Dark Magenta #A615A4

Tints of Dark Magenta #A615A4

Color information

#A615A4 (or 0xA615A4) is unknown color: approx Dark Magenta. HEX triplet: A6, 15 and A4. RGB value is (166,21,164). Sum of RGB (Red+Green+Blue) = 166+21+164=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A615A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A615A4 is #59EA5B. Grayscale: #505050. Windows color (decimal): -5892700 or 10753446. OLE color: 10753446.

HSL color Cylindrical-coordinate representation of color #A615A4: hue angle of 300.83º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A615A4 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB16621164-
CMYK00.870.010.35
HSL300.83º77.54%36.67%-
HSV(B)300.83º87.35%65.1%-
XYZ22.6911.3236.11-
YUV80.66175.04188.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 21 (8.59% from 255) = 5.98%
BLUE value IS 164 (64.45% from 255) = 46.72%
R=47.29%
G=5.98%
B=46.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1662116400.870.010.35300.8377.5436.67
HexA615A405712312d4e25
Octal24625244012714345511645
Binary1010011010101101001000101011111000111001011011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A615A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A615A4; }

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

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

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

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

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

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

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

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