#A910AD

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

Shades of Dark Magenta #A910AD

Tints of Dark Magenta #A910AD

Color information

#A910AD (or 0xA910AD) is unknown color: approx Dark Magenta. HEX triplet: A9, 10 and AD. RGB value is (169,16,173). Sum of RGB (Red+Green+Blue) = 169+16+173=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #A910AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A910AD is #56EF52. Grayscale: #4F4F4F. Windows color (decimal): -5697363 or 11341993. OLE color: 11341993.

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

Color convert

RGB16916173-
CMYK0.020.9100.32
HSL298.47º83.07%37.06%-
HSV(B)298.47º90.75%67.84%-
XYZ24.0911.8240.55-
YUV79.65180.69191.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 16 (6.64% from 255) = 4.47%
BLUE value IS 173 (67.97% from 255) = 48.32%
R=47.21%
G=4.47%
B=48.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169161730.020.9100.32298.4783.0737.06
HexA910AD25B02012a5325
Octal25120255213304045212345
Binary10101001100001010110110101101101000001001010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A910AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A910AD; }

 p { color: rgb(169,16,173); }

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

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

 a { background-color: rgb(169,16,173); }

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

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

 span { border-color: rgb(169,16,173); }

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