#A1288E

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

Shades of Dark Purple #A1288E

Tints of Dark Purple #A1288E

Color information

#A1288E (or 0xA1288E) is unknown color: approx Dark Purple. HEX triplet: A1, 28 and 8E. RGB value is (161,40,142). Sum of RGB (Red+Green+Blue) = 161+40+142=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1288E is #5ED771. Grayscale: #575757. Windows color (decimal): -6215538 or 9316513. OLE color: 9316513.

HSL color Cylindrical-coordinate representation of color #A1288E: hue angle of 309.42º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1288E is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB16140142-
CMYK00.750.120.37
HSL309.42º60.2%39.41%-
HSV(B)309.42º75.16%63.14%-
XYZ20.3411.0526.65-
YUV87.81158.59180.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 40 (16.02% from 255) = 11.66%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=46.94%
G=11.66%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614014200.750.120.37309.4260.239.41
HexA1288E04BC251353c27
Octal24150216011314454657447
Binary1010000110100010001110010010111100100101100110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1288E; }

 p { color: rgb(161,40,142); }

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

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

 a { background-color: rgb(161,40,142); }

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

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

 span { border-color: rgb(161,40,142); }

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