#A41280

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

Shades of Dark Purple #A41280

Tints of Dark Purple #A41280

Color information

#A41280 (or 0xA41280) is unknown color: approx Dark Purple. HEX triplet: A4, 12 and 80. RGB value is (164,18,128). Sum of RGB (Red+Green+Blue) = 164+18+128=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A41280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41280 is #5BED7F. Grayscale: #494949. Windows color (decimal): -6024576 or 8393380. OLE color: 8393380.

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

Color convert

RGB16418128-
CMYK00.890.220.36
HSL314.79º80.22%35.69%-
HSV(B)314.79º89.02%64.31%-
XYZ19.429.8821.31-
YUV74.19158.37192.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 18 (7.42% from 255) = 5.81%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=52.90%
G=5.81%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641812800.890.220.36314.7980.2235.69
HexA41280059162413b5024
Octal244222000131264447312044
Binary10100100100101000000001011001101101001001001110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41280; }

 p { color: rgb(164,18,128); }

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

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

 a { background-color: rgb(164,18,128); }

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

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

 span { border-color: rgb(164,18,128); }

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