#A155B1

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

Shades of Deep Lilac #A155B1

Tints of Deep Lilac #A155B1

Color information

#A155B1 (or 0xA155B1) is unknown color: approx Deep Lilac. HEX triplet: A1, 55 and B1. RGB value is (161,85,177). Sum of RGB (Red+Green+Blue) = 161+85+177=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 177 (69.53% from 255 or 41.84% from 423); Max value from RGB is 177 - color contains mainly: blue. Hex color #A155B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A155B1 is #5EAA4E. Grayscale: #757575. Windows color (decimal): -6203983 or 11621793. OLE color: 11621793.

HSL color Cylindrical-coordinate representation of color #A155B1: hue angle of 289.57º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A155B1 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16185177-
CMYK0.090.5200.31
HSL289.57º37.1%51.37%-
HSV(B)289.57º51.98%69.41%-
XYZ25.8817.2543.56-
YUV118.21161.18158.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 177 (69.53% from 255) = 41.84%
R=38.06%
G=20.09%
B=41.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161851770.090.5200.31289.5737.151.37
HexA155B193401F1222533
Octal24112526111640374424563
Binary101000011010101101100011001110100011111100100010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155B1; }

 p { color: rgb(161,85,177); }

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

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

 a { background-color: rgb(161,85,177); }

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

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

 span { border-color: rgb(161,85,177); }

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