#A41A87

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

Shades of Dark Purple #A41A87

Tints of Dark Purple #A41A87

Color information

#A41A87 (or 0xA41A87) is unknown color: approx Dark Purple. HEX triplet: A4, 1A and 87. RGB value is (164,26,135). Sum of RGB (Red+Green+Blue) = 164+26+135=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41A87 is #5BE578. Grayscale: #4F4F4F. Windows color (decimal): -6022521 or 8854180. OLE color: 8854180.

HSL color Cylindrical-coordinate representation of color #A41A87: hue angle of 312.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A87 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16426135-
CMYK00.840.180.36
HSL312.61º72.63%37.25%-
HSV(B)312.61º84.15%64.31%-
XYZ20.0510.3823.87-
YUV79.69159.22188.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.46%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 135 (53.12% from 255) = 41.54%
R=50.46%
G=8%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642613500.840.180.36312.6172.6337.25
HexA41A8705412241394925
Octal244322070124224447111145
Binary10100100110101000011101010100100101001001001110011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41A87; }

 p { color: rgb(164,26,135); }

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

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

 a { background-color: rgb(164,26,135); }

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

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

 span { border-color: rgb(164,26,135); }

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