#A41C8F

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

Shades of Dark Purple #A41C8F

Tints of Dark Purple #A41C8F

Color information

#A41C8F (or 0xA41C8F) is unknown color: approx Dark Purple. HEX triplet: A4, 1C and 8F. RGB value is (164,28,143). Sum of RGB (Red+Green+Blue) = 164+28+143=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C8F is #5BE370. Grayscale: #515151. Windows color (decimal): -6022001 or 9378980. OLE color: 9378980.

HSL color Cylindrical-coordinate representation of color #A41C8F: hue angle of 309.26º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C8F is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16428143-
CMYK00.830.130.36
HSL309.26º70.83%37.65%-
HSV(B)309.26º82.93%64.31%-
XYZ20.6810.7126.96-
YUV81.77162.56186.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 143 (56.25% from 255) = 42.69%
R=48.96%
G=8.36%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642814300.830.130.36309.2670.8337.65
HexA41C8F053D241354726
Octal244342170123154446510746
Binary1010010011100100011110101001111011001001001101011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41C8F; }

 p { color: rgb(164,28,143); }

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

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

 a { background-color: rgb(164,28,143); }

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

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

 span { border-color: rgb(164,28,143); }

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