#A665BA

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

Shades of Deep Lilac #A665BA

Tints of Deep Lilac #A665BA

Color information

#A665BA (or 0xA665BA) is unknown color: approx Deep Lilac. HEX triplet: A6, 65 and BA. RGB value is (166,101,186). Sum of RGB (Red+Green+Blue) = 166+101+186=453 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.64% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #A665BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665BA is #599A45. Grayscale: #818181. Windows color (decimal): -5872198 or 12215718. OLE color: 12215718.

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

Color convert

RGB166101186-
CMYK0.110.4600.27
HSL285.88º38.12%56.27%-
HSV(B)285.88º45.7%72.94%-
XYZ29.2420.9648.96-
YUV130.12159.53153.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.64%
GREEN value IS 101 (39.84% from 255) = 22.30%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=36.64%
G=22.30%
B=41.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661011860.110.4600.27285.8838.1256.27
HexA665BAB2E01B11e2638
Octal24614527213560334364670
Binary101001101100101101110101011101110011011100011110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A665BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A665BA; }

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

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

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

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

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

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

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

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