#A1247D

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

Shades of Dark Purple #A1247D

Tints of Dark Purple #A1247D

Color information

#A1247D (or 0xA1247D) is unknown color: approx Dark Purple. HEX triplet: A1, 24 and 7D. RGB value is (161,36,125). Sum of RGB (Red+Green+Blue) = 161+36+125=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1247D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1247D is #5EDB82. Grayscale: #535353. Windows color (decimal): -6216579 or 8201377. OLE color: 8201377.

HSL color Cylindrical-coordinate representation of color #A1247D: hue angle of 317.28º 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 #A1247D is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16136125-
CMYK00.780.220.37
HSL317.28º63.45%38.63%-
HSV(B)317.28º77.64%63.14%-
XYZ19.0310.3220.39-
YUV83.52151.41183.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 11.18%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=50%
G=11.18%
B=38.82%

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
Decimal1613612500.780.220.37317.2863.4538.63
HexA1247D04E162513d3f27
Octal24144175011626454757747
Binary1010000110010011111010100111010110100101100111101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1247D; }

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

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

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

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

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

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

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

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