#A12391

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

Shades of Dark Purple #A12391

Tints of Dark Purple #A12391

Color information

#A12391 (or 0xA12391) is unknown color: approx Dark Purple. HEX triplet: A1, 23 and 91. RGB value is (161,35,145). Sum of RGB (Red+Green+Blue) = 161+35+145=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A12391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12391 is #5EDC6E. Grayscale: #545454. Windows color (decimal): -6216815 or 9511841. OLE color: 9511841.

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

Color convert

RGB16135145-
CMYK00.780.100.37
HSL307.62º64.29%38.43%-
HSV(B)307.62º78.26%63.14%-
XYZ20.4110.8227.8-
YUV85.21161.74182.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.21%
GREEN value IS 35 (14.06% from 255) = 10.26%
BLUE value IS 145 (57.03% from 255) = 42.52%
R=47.21%
G=10.26%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613514500.780.100.37307.6264.2938.43
HexA1239104EA251344026
Octal241432210116124546410046
Binary10100001100011100100010100111010101001011001101001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12391; }

 p { color: rgb(161,35,145); }

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

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

 a { background-color: rgb(161,35,145); }

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

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

 span { border-color: rgb(161,35,145); }

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