#A51CA6

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

Shades of Dark Magenta #A51CA6

Tints of Dark Magenta #A51CA6

Color information

#A51CA6 (or 0xA51CA6) is unknown color: approx Dark Magenta. HEX triplet: A5, 1C and A6. RGB value is (165,28,166). Sum of RGB (Red+Green+Blue) = 165+28+166=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 166 - color contains mainly: blue. Hex color #A51CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51CA6 is #5AE359. Grayscale: #545454. Windows color (decimal): -5956442 or 10886309. OLE color: 10886309.

HSL color Cylindrical-coordinate representation of color #A51CA6: hue angle of 299.57º degrees, saturation: 0.71, 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 #A51CA6 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16528166-
CMYK0.010.8300.35
HSL299.57º71.13%38.04%-
HSV(B)299.57º83.13%65.1%-
XYZ22.8211.5837.11-
YUV84.7173.89185.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.96%
GREEN value IS 28 (11.33% from 255) = 7.80%
BLUE value IS 166 (65.23% from 255) = 46.24%
R=45.96%
G=7.80%
B=46.24%

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
Decimal165281660.010.8300.35299.5771.1338.04
HexA51CA615302312c4726
Octal24534246112304345410746
Binary1010010111100101001101101001101000111001011001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51CA6; }

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

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

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

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

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

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

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

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