#A210AB

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

Shades of Dark Magenta #A210AB

Tints of Dark Magenta #A210AB

Color information

#A210AB (or 0xA210AB) is unknown color: approx Dark Magenta. HEX triplet: A2, 10 and AB. RGB value is (162,16,171). Sum of RGB (Red+Green+Blue) = 162+16+171=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #A210AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A210AB is #5DEF54. Grayscale: #4C4C4C. Windows color (decimal): -6156117 or 11210914. OLE color: 11210914.

HSL color Cylindrical-coordinate representation of color #A210AB: hue angle of 296.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A210AB is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16216171-
CMYK0.050.9100.33
HSL296.52º82.89%36.67%-
HSV(B)296.52º90.64%67.06%-
XYZ22.4410.9939.47-
YUV77.32180.87188.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.42%
GREEN value IS 16 (6.64% from 255) = 4.58%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=46.42%
G=4.58%
B=49.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162161710.050.9100.33296.5282.8936.67
HexA210AB55B0211295325
Octal24220253513304145112345
Binary101000101000010101011101101101101000011001010011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A210AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A210AB; }

 p { color: rgb(162,16,171); }

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

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

 a { background-color: rgb(162,16,171); }

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

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

 span { border-color: rgb(162,16,171); }

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