#A81C9D

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

Shades of Dark Magenta #A81C9D

Tints of Dark Magenta #A81C9D

Color information

#A81C9D (or 0xA81C9D) is unknown color: approx Dark Magenta. HEX triplet: A8, 1C and 9D. RGB value is (168,28,157). Sum of RGB (Red+Green+Blue) = 168+28+157=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A81C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81C9D is #57E362. Grayscale: #545454. Windows color (decimal): -5759843 or 10296488. OLE color: 10296488.

HSL color Cylindrical-coordinate representation of color #A81C9D: hue angle of 304.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A81C9D is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16828157-
CMYK00.830.070.34
HSL304.71º71.43%38.43%-
HSV(B)304.71º83.33%65.88%-
XYZ22.6511.5932.94-
YUV84.57168.88187.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.59%
GREEN value IS 28 (11.33% from 255) = 7.93%
BLUE value IS 157 (61.72% from 255) = 44.48%
R=47.59%
G=7.93%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682815700.830.070.34304.7171.4338.43
HexA81C9D0537221314726
Octal25034235012374246110746
Binary101010001110010011101010100111111000101001100011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81C9D; }

 p { color: rgb(168,28,157); }

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

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

 a { background-color: rgb(168,28,157); }

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

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

 span { border-color: rgb(168,28,157); }

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