#A516AB

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

Shades of Dark Magenta #A516AB

Tints of Dark Magenta #A516AB

Color information

#A516AB (or 0xA516AB) is unknown color: approx Dark Magenta. HEX triplet: A5, 16 and AB. RGB value is (165,22,171). Sum of RGB (Red+Green+Blue) = 165+22+171=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #A516AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A516AB is #5AE954. Grayscale: #515151. Windows color (decimal): -5957973 or 11212453. OLE color: 11212453.

HSL color Cylindrical-coordinate representation of color #A516AB: hue angle of 297.58º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A516AB is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16522171-
CMYK0.040.8700.33
HSL297.58º77.2%37.84%-
HSV(B)297.58º87.13%67.06%-
XYZ23.1511.5139.53-
YUV81.74178.38187.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.09%
GREEN value IS 22 (8.98% from 255) = 6.15%
BLUE value IS 171 (67.19% from 255) = 47.77%
R=46.09%
G=6.15%
B=47.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165221710.040.8700.33297.5877.237.84
HexA516AB45702112a4d26
Octal24526253412704145211546
Binary101001011011010101011100101011101000011001010101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A516AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A516AB; }

 p { color: rgb(165,22,171); }

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

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

 a { background-color: rgb(165,22,171); }

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

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

 span { border-color: rgb(165,22,171); }

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