#A661BB

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

Shades of Deep Lilac #A661BB

Tints of Deep Lilac #A661BB

Color information

#A661BB (or 0xA661BB) is unknown color: approx Deep Lilac. HEX triplet: A6, 61 and BB. RGB value is (166,97,187). Sum of RGB (Red+Green+Blue) = 166+97+187=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #A661BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661BB is #599E44. Grayscale: #7F7F7F. Windows color (decimal): -5873221 or 12280230. OLE color: 12280230.

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

Color convert

RGB16697187-
CMYK0.110.4800.27
HSL286º39.82%55.69%-
HSV(B)286º48.13%73.33%-
XYZ28.9720.2449.39-
YUV127.89161.36155.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.89%
GREEN value IS 97 (38.28% from 255) = 21.56%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=36.89%
G=21.56%
B=41.56%

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
Decimal166971870.110.4800.2728639.8255.69
HexA661BBB3001B11e2838
Octal24614127313600334365070
Binary101001101100001101110111011110000011011100011110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661BB; }

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

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

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

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

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

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

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

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