#A41781

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

Shades of Dark Purple #A41781

Tints of Dark Purple #A41781

Color information

#A41781 (or 0xA41781) is unknown color: approx Dark Purple. HEX triplet: A4, 17 and 81. RGB value is (164,23,129). Sum of RGB (Red+Green+Blue) = 164+23+129=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A41781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41781 is #5BE87E. Grayscale: #4C4C4C. Windows color (decimal): -6023295 or 8460196. OLE color: 8460196.

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

Color convert

RGB16423129-
CMYK00.860.210.36
HSL314.89º75.4%36.67%-
HSV(B)314.89º85.98%64.31%-
XYZ19.5810.0921.68-
YUV77.24157.21189.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.90%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=51.90%
G=7.28%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642312900.860.210.36314.8975.436.67
HexA41781056152413b4b25
Octal244272010126254447311345
Binary10100100101111000000101010110101011001001001110111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41781; }

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

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

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

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

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

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

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

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