#A11783

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

Shades of Dark Purple #A11783

Tints of Dark Purple #A11783

Color information

#A11783 (or 0xA11783) is unknown color: approx Dark Purple. HEX triplet: A1, 17 and 83. RGB value is (161,23,131). Sum of RGB (Red+Green+Blue) = 161+23+131=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11783 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11783 is #5EE87C. Grayscale: #4C4C4C. Windows color (decimal): -6219901 or 8591265. OLE color: 8591265.

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

Color convert

RGB16123131-
CMYK00.860.190.37
HSL313.04º75%36.08%-
HSV(B)313.04º85.71%63.14%-
XYZ19.19.8322.36-
YUV76.57158.72188.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 23 (9.38% from 255) = 7.30%
BLUE value IS 131 (51.56% from 255) = 41.59%
R=51.11%
G=7.30%
B=41.59%

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
Decimal1612313100.860.190.37313.047536.08
HexA1178305613251394b24
Octal241272030126234547111344
Binary10100001101111000001101010110100111001011001110011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11783; }

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

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

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

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

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

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

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

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