#A155C6

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

Shades of Deep Lilac #A155C6

Tints of Deep Lilac #A155C6

Color information

#A155C6 (or 0xA155C6) is unknown color: approx Deep Lilac. HEX triplet: A1, 55 and C6. RGB value is (161,85,198). Sum of RGB (Red+Green+Blue) = 161+85+198=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #A155C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A155C6 is #5EAA39. Grayscale: #787878. Windows color (decimal): -6203962 or 12998049. OLE color: 12998049.

HSL color Cylindrical-coordinate representation of color #A155C6: hue angle of 280.35º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A155C6 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16185198-
CMYK0.190.5700.22
HSL280.35º49.78%55.49%-
HSV(B)280.35º57.07%77.65%-
XYZ28.1418.1555.45-
YUV120.61171.68156.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 198 (77.73% from 255) = 44.59%
R=36.26%
G=19.14%
B=44.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161851980.190.5700.22280.3549.7855.49
HexA155C613390161183237
Octal24112530623710264306267
Binary1010000110101011100011010011111001010110100011000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A155C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A155C6; }

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

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

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

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

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

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

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

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