#A11782

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

Shades of Dark Purple #A11782

Tints of Dark Purple #A11782

Color information

#A11782 (or 0xA11782) is unknown color: approx Dark Purple. HEX triplet: A1, 17 and 82. RGB value is (161,23,130). Sum of RGB (Red+Green+Blue) = 161+23+130=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A11782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11782 is #5EE87D. Grayscale: #4C4C4C. Windows color (decimal): -6219902 or 8525729. OLE color: 8525729.

HSL color Cylindrical-coordinate representation of color #A11782: hue angle of 313.48º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11782 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB16123130-
CMYK00.860.190.37
HSL313.48º75%36.08%-
HSV(B)313.48º85.71%63.14%-
XYZ19.039.822.01-
YUV76.46158.22188.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 23 (9.38% from 255) = 7.32%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=51.27%
G=7.32%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612313000.860.190.37313.487536.08
HexA1178205613251394b24
Octal241272020126234547111344
Binary10100001101111000001001010110100111001011001110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11782; }

 p { color: rgb(161,23,130); }

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

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

 a { background-color: rgb(161,23,130); }

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

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

 span { border-color: rgb(161,23,130); }

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