#A41D89

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

Shades of Dark Purple #A41D89

Tints of Dark Purple #A41D89

Color information

#A41D89 (or 0xA41D89) is unknown color: approx Dark Purple. HEX triplet: A4, 1D and 89. RGB value is (164,29,137). Sum of RGB (Red+Green+Blue) = 164+29+137=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41D89 is #5BE276. Grayscale: #515151. Windows color (decimal): -6021751 or 8986020. OLE color: 8986020.

HSL color Cylindrical-coordinate representation of color #A41D89: hue angle of 312º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41D89 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16429137-
CMYK00.820.160.36
HSL312º69.95%37.84%-
HSV(B)312º82.32%64.31%-
XYZ20.2610.5824.64-
YUV81.68159.23186.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 29 (11.72% from 255) = 8.79%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=49.70%
G=8.79%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642913700.820.160.3631269.9537.84
HexA41D8905210241384626
Octal244352110122204447010646
Binary10100100111011000100101010010100001001001001110001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41D89; }

 p { color: rgb(164,29,137); }

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

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

 a { background-color: rgb(164,29,137); }

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

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

 span { border-color: rgb(164,29,137); }

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