#A1247E

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

Shades of Dark Purple #A1247E

Tints of Dark Purple #A1247E

Color information

#A1247E (or 0xA1247E) is unknown color: approx Dark Purple. HEX triplet: A1, 24 and 7E. RGB value is (161,36,126). Sum of RGB (Red+Green+Blue) = 161+36+126=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A1247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1247E is #5EDB81. Grayscale: #535353. Windows color (decimal): -6216578 or 8266913. OLE color: 8266913.

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

Color convert

RGB16136126-
CMYK00.780.220.37
HSL316.8º63.45%38.63%-
HSV(B)316.8º77.64%63.14%-
XYZ19.0910.3520.73-
YUV83.64151.91183.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.85%
GREEN value IS 36 (14.45% from 255) = 11.15%
BLUE value IS 126 (49.61% from 255) = 39.01%
R=49.85%
G=11.15%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613612600.780.220.37316.863.4538.63
HexA1247E04E162513d3f27
Octal24144176011626454757747
Binary1010000110010011111100100111010110100101100111101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1247E; }

 p { color: rgb(161,36,126); }

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

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

 a { background-color: rgb(161,36,126); }

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

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

 span { border-color: rgb(161,36,126); }

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