#A1249A

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

Shades of Dark Purple #A1249A

Tints of Dark Purple #A1249A

Color information

#A1249A (or 0xA1249A) is unknown color: approx Dark Purple. HEX triplet: A1, 24 and 9A. RGB value is (161,36,154). Sum of RGB (Red+Green+Blue) = 161+36+154=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1249A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1249A is #5EDB65. Grayscale: #565656. Windows color (decimal): -6216550 or 10101921. OLE color: 10101921.

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

Color convert

RGB16136154-
CMYK00.780.040.37
HSL303.36º63.45%38.63%-
HSV(B)303.36º77.64%63.14%-
XYZ21.1611.1731.61-
YUV86.83165.91180.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 36 (14.45% from 255) = 10.26%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=45.87%
G=10.26%
B=43.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613615400.780.040.37303.3663.4538.63
HexA1249A04E42512f3f27
Octal2414423201164454577747
Binary101000011001001001101001001110100100101100101111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1249A; }

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

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

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

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

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

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

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

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