#A661BA

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

Shades of Deep Lilac #A661BA

Tints of Deep Lilac #A661BA

Color information

#A661BA (or 0xA661BA) is unknown color: approx Deep Lilac. HEX triplet: A6, 61 and BA. RGB value is (166,97,186). Sum of RGB (Red+Green+Blue) = 166+97+186=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #A661BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661BA is #599E45. Grayscale: #7F7F7F. Windows color (decimal): -5873222 or 12214694. OLE color: 12214694.

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

Color convert

RGB16697186-
CMYK0.110.4800.27
HSL286.52º39.21%55.49%-
HSV(B)286.52º47.85%72.94%-
XYZ28.8620.248.83-
YUV127.78160.86155.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=36.97%
G=21.60%
B=41.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166971860.110.4800.27286.5239.2155.49
HexA661BAB3001B11f2737
Octal24614127213600334374767
Binary101001101100001101110101011110000011011100011111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661BA; }

 p { color: rgb(166,97,186); }

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

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

 a { background-color: rgb(166,97,186); }

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

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

 span { border-color: rgb(166,97,186); }

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