#A158BB

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

Shades of Deep Lilac #A158BB

Tints of Deep Lilac #A158BB

Color information

#A158BB (or 0xA158BB) is unknown color: approx Deep Lilac. HEX triplet: A1, 58 and BB. RGB value is (161,88,187). Sum of RGB (Red+Green+Blue) = 161+88+187=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #A158BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158BB is #5EA744. Grayscale: #787878. Windows color (decimal): -6203205 or 12277921. OLE color: 12277921.

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

Color convert

RGB16188187-
CMYK0.140.5300.27
HSL284.24º42.13%53.92%-
HSV(B)284.24º52.94%73.33%-
XYZ27.1618.1449.08-
YUV121.11165.18156.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 187 (73.44% from 255) = 42.89%
R=36.93%
G=20.18%
B=42.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161881870.140.5300.27284.2442.1353.92
HexA158BBE3501B11c2a36
Octal24113027316650334345266
Binary101000011011000101110111110110101011011100011100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A158BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A158BB; }

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

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

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

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

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

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

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

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