#A41E86

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

Shades of Dark Purple #A41E86

Tints of Dark Purple #A41E86

Color information

#A41E86 (or 0xA41E86) is unknown color: approx Dark Purple. HEX triplet: A4, 1E and 86. RGB value is (164,30,134). Sum of RGB (Red+Green+Blue) = 164+30+134=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E86 is #5BE179. Grayscale: #515151. Windows color (decimal): -6021498 or 8789668. OLE color: 8789668.

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

Color convert

RGB16430134-
CMYK00.820.180.36
HSL313.43º69.07%38.04%-
HSV(B)313.43º81.71%64.31%-
XYZ20.0810.5423.53-
YUV81.92157.39186.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 9.15%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=50%
G=9.15%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643013400.820.180.36313.4369.0738.04
HexA41E8605212241394526
Octal244362060122224447110546
Binary10100100111101000011001010010100101001001001110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41E86; }

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

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

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

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

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

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

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

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