#A11688

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

Shades of Dark Purple #A11688

Tints of Dark Purple #A11688

Color information

#A11688 (or 0xA11688) is unknown color: approx Dark Purple. HEX triplet: A1, 16 and 88. RGB value is (161,22,136). Sum of RGB (Red+Green+Blue) = 161+22+136=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A11688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11688 is #5EE977. Grayscale: #4C4C4C. Windows color (decimal): -6220152 or 8918689. OLE color: 8918689.

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

Color convert

RGB16122136-
CMYK00.860.160.37
HSL310.79º75.96%35.88%-
HSV(B)310.79º86.34%63.14%-
XYZ19.439.9324.18-
YUV76.56161.55188.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.47%
GREEN value IS 22 (8.98% from 255) = 6.90%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=50.47%
G=6.90%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612213600.860.160.37310.7975.9635.88
HexA1168805610251374c24
Octal241262100126204546711444
Binary10100001101101000100001010110100001001011001101111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11688; }

 p { color: rgb(161,22,136); }

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

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

 a { background-color: rgb(161,22,136); }

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

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

 span { border-color: rgb(161,22,136); }

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