#A41581

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

Shades of Dark Purple #A41581

Tints of Dark Purple #A41581

Color information

#A41581 (or 0xA41581) is unknown color: approx Dark Purple. HEX triplet: A4, 15 and 81. RGB value is (164,21,129). Sum of RGB (Red+Green+Blue) = 164+21+129=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A41581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41581 is #5BEA7E. Grayscale: #4B4B4B. Windows color (decimal): -6023807 or 8459684. OLE color: 8459684.

HSL color Cylindrical-coordinate representation of color #A41581: hue angle of 314.69º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41581 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB16421129-
CMYK00.870.210.36
HSL314.69º77.3%36.27%-
HSV(B)314.69º87.2%64.31%-
XYZ19.5410.0121.67-
YUV76.07157.88190.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.23%
GREEN value IS 21 (8.59% from 255) = 6.69%
BLUE value IS 129 (50.78% from 255) = 41.08%
R=52.23%
G=6.69%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642112900.870.210.36314.6977.336.27
HexA41581057152413b4d24
Octal244252010127254447311544
Binary10100100101011000000101010111101011001001001110111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41581; }

 p { color: rgb(164,21,129); }

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

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

 a { background-color: rgb(164,21,129); }

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

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

 span { border-color: rgb(164,21,129); }

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