#A1247F

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

Shades of Dark Purple #A1247F

Tints of Dark Purple #A1247F

Color information

#A1247F (or 0xA1247F) is unknown color: approx Dark Purple. HEX triplet: A1, 24 and 7F. RGB value is (161,36,127). Sum of RGB (Red+Green+Blue) = 161+36+127=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A1247F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1247F is #5EDB80. Grayscale: #535353. Windows color (decimal): -6216577 or 8332449. OLE color: 8332449.

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

Color convert

RGB16136127-
CMYK00.780.210.37
HSL316.32º63.45%38.63%-
HSV(B)316.32º77.64%63.14%-
XYZ19.1610.3721.07-
YUV83.75152.41183.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 36 (14.45% from 255) = 11.11%
BLUE value IS 127 (50% from 255) = 39.20%
R=49.69%
G=11.11%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613612700.780.210.37316.3263.4538.63
HexA1247F04E152513c3f27
Octal24144177011625454747747
Binary1010000110010011111110100111010101100101100111100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1247F; }

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

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

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

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

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

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

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

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