#A316AB

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

Shades of Dark Magenta #A316AB

Tints of Dark Magenta #A316AB

Color information

#A316AB (or 0xA316AB) is unknown color: approx Dark Magenta. HEX triplet: A3, 16 and AB. RGB value is (163,22,171). Sum of RGB (Red+Green+Blue) = 163+22+171=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #A316AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A316AB is #5CE954. Grayscale: #505050. Windows color (decimal): -6089045 or 11212451. OLE color: 11212451.

HSL color Cylindrical-coordinate representation of color #A316AB: hue angle of 296.78º 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 #A316AB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16322171-
CMYK0.050.8700.33
HSL296.78º77.2%37.84%-
HSV(B)296.78º87.13%67.06%-
XYZ22.7411.339.51-
YUV81.14178.71186.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.79%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=45.79%
G=6.18%
B=48.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163221710.050.8700.33296.7877.237.84
HexA316AB5570211294d26
Octal24326253512704145111546
Binary101000111011010101011101101011101000011001010011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A316AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A316AB; }

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

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

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

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

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

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

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

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