#A158BE

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

Shades of Deep Lilac #A158BE

Tints of Deep Lilac #A158BE

Color information

#A158BE (or 0xA158BE) is unknown color: approx Deep Lilac. HEX triplet: A1, 58 and BE. RGB value is (161,88,190). Sum of RGB (Red+Green+Blue) = 161+88+190=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #A158BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158BE is #5EA741. Grayscale: #797979. Windows color (decimal): -6203202 or 12474529. OLE color: 12474529.

HSL color Cylindrical-coordinate representation of color #A158BE: hue angle of 282.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A158BE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16188190-
CMYK0.150.5400.25
HSL282.94º43.97%54.51%-
HSV(B)282.94º53.68%74.51%-
XYZ27.4818.2750.79-
YUV121.45166.68156.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=36.67%
G=20.05%
B=43.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161881900.150.5400.25282.9443.9754.51
HexA158BEF3601911b2c37
Octal24113027617660314335467
Binary101000011011000101111101111110110011001100011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A158BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A158BE; }

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

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

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

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

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

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

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

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