#A41E8E

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

Shades of Dark Purple #A41E8E

Tints of Dark Purple #A41E8E

Color information

#A41E8E (or 0xA41E8E) is unknown color: approx Dark Purple. HEX triplet: A4, 1E and 8E. RGB value is (164,30,142). Sum of RGB (Red+Green+Blue) = 164+30+142=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E8E is #5BE171. Grayscale: #525252. Windows color (decimal): -6021490 or 9313956. OLE color: 9313956.

HSL color Cylindrical-coordinate representation of color #A41E8E: hue angle of 309.85º degrees, saturation: 0.69, 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 #A41E8E is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16430142-
CMYK00.820.130.36
HSL309.85º69.07%38.04%-
HSV(B)309.85º81.71%64.31%-
XYZ20.6610.7726.58-
YUV82.83161.39185.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 30 (12.11% from 255) = 8.93%
BLUE value IS 142 (55.86% from 255) = 42.26%
R=48.81%
G=8.93%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643014200.820.130.36309.8569.0738.04
HexA41E8E052D241364526
Octal244362160122154446610546
Binary1010010011110100011100101001011011001001001101101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E8E; }

 p { color: rgb(164,30,142); }

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

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

 a { background-color: rgb(164,30,142); }

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

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

 span { border-color: rgb(164,30,142); }

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