#A41B8B

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

Shades of Dark Purple #A41B8B

Tints of Dark Purple #A41B8B

Color information

#A41B8B (or 0xA41B8B) is unknown color: approx Dark Purple. HEX triplet: A4, 1B and 8B. RGB value is (164,27,139). Sum of RGB (Red+Green+Blue) = 164+27+139=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41B8B is #5BE474. Grayscale: #505050. Windows color (decimal): -6022261 or 9116580. OLE color: 9116580.

HSL color Cylindrical-coordinate representation of color #A41B8B: hue angle of 310.95º degrees, saturation: 0.72, 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 #A41B8B is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16427139-
CMYK00.840.150.36
HSL310.95º71.73%37.45%-
HSV(B)310.95º83.54%64.31%-
XYZ20.3610.5425.39-
YUV80.73160.89187.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 27 (10.94% from 255) = 8.18%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=49.70%
G=8.18%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642713900.840.150.36310.9571.7337.45
HexA41B8B054F241374825
Octal244332130124174446711045
Binary1010010011011100010110101010011111001001001101111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B8B; }

 p { color: rgb(164,27,139); }

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

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

 a { background-color: rgb(164,27,139); }

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

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

 span { border-color: rgb(164,27,139); }

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