#A141BB

Color #A141BB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A141BB

Tints of Deep Lilac #A141BB

Color information

#A141BB (or 0xA141BB) is unknown color: approx Deep Lilac. HEX triplet: A1, 41 and BB. RGB value is (161,65,187). Sum of RGB (Red+Green+Blue) = 161+65+187=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #A141BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A141BB is #5EBE44. Grayscale: #6B6B6B. Windows color (decimal): -6209093 or 12272033. OLE color: 12272033.

HSL color Cylindrical-coordinate representation of color #A141BB: hue angle of 287.21º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A141BB is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16165187-
CMYK0.140.6500.27
HSL287.21º48.41%49.41%-
HSV(B)287.21º65.24%73.33%-
XYZ25.5614.9548.55-
YUV107.61172.8166.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 187 (73.44% from 255) = 45.28%
R=38.98%
G=15.74%
B=45.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161651870.140.6500.27287.2148.4149.41
HexA141BBE4101B11f3031
Octal241101273161010334376061
Binary1010000110000011011101111101000001011011100011111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A141BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A141BB; }

 p { color: rgb(161,65,187); }

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

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

 a { background-color: rgb(161,65,187); }

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

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

 span { border-color: rgb(161,65,187); }

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