#A51DA6

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

Shades of Dark Magenta #A51DA6

Tints of Dark Magenta #A51DA6

Color information

#A51DA6 (or 0xA51DA6) is unknown color: approx Dark Magenta. HEX triplet: A5, 1D and A6. RGB value is (165,29,166). Sum of RGB (Red+Green+Blue) = 165+29+166=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #A51DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51DA6 is #5AE259. Grayscale: #545454. Windows color (decimal): -5956186 or 10886565. OLE color: 10886565.

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

Color convert

RGB16529166-
CMYK0.010.8300.35
HSL299.56º70.26%38.24%-
HSV(B)299.56º82.53%65.1%-
XYZ22.8411.6337.12-
YUV85.28173.56184.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 29 (11.72% from 255) = 8.06%
BLUE value IS 166 (65.23% from 255) = 46.11%
R=45.83%
G=8.06%
B=46.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165291660.010.8300.35299.5670.2638.24
HexA51DA615302312c4626
Octal24535246112304345410646
Binary1010010111101101001101101001101000111001011001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51DA6; }

 p { color: rgb(165,29,166); }

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

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

 a { background-color: rgb(165,29,166); }

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

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

 span { border-color: rgb(165,29,166); }

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